Uses of Interface
com.google.common.util.concurrent.ListenableScheduledFuture
-
Packages that use ListenableScheduledFuture Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of ListenableScheduledFuture in com.google.common.util.concurrent
Methods in com.google.common.util.concurrent that return ListenableScheduledFuture Modifier and Type Method Description ListenableScheduledFuture<?>
ListeningScheduledExecutorService. schedule(Runnable command, long delay, TimeUnit unit)
<V extends @Nullable Object>
ListenableScheduledFuture<V>ListeningScheduledExecutorService. schedule(Callable<V> callable, long delay, TimeUnit unit)
ListenableScheduledFuture<?>
ListeningScheduledExecutorService. scheduleAtFixedRate(Runnable command, long initialDelay, long period, TimeUnit unit)
ListenableScheduledFuture<?>
ListeningScheduledExecutorService. scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, TimeUnit unit)
-