Uses of Interface
com.google.common.util.concurrent.ListenableScheduledFuture
-
Packages that use ListenableScheduledFuture Package Description com.google.common.util.concurrent Concurrency utilities.com.google.common.util.concurrent.testing -
-
Uses of ListenableScheduledFuture in com.google.common.util.concurrent
Classes in com.google.common.util.concurrent that implement ListenableScheduledFuture Modifier and Type Class Description private static class
MoreExecutors.ScheduledListeningDecorator.ListenableScheduledTask<V>
Methods in com.google.common.util.concurrent that return ListenableScheduledFuture Modifier and Type Method Description ListenableScheduledFuture<?>
ListeningScheduledExecutorService. schedule(java.lang.Runnable command, long delay, java.util.concurrent.TimeUnit unit)
default ListenableScheduledFuture<?>
ListeningScheduledExecutorService. schedule(java.lang.Runnable command, java.time.Duration delay)
Duration-based overload ofListeningScheduledExecutorService.schedule(Runnable, long, TimeUnit)
.<V> ListenableScheduledFuture<V>
ListeningScheduledExecutorService. schedule(java.util.concurrent.Callable<V> callable, long delay, java.util.concurrent.TimeUnit unit)
default <V> ListenableScheduledFuture<V>
ListeningScheduledExecutorService. schedule(java.util.concurrent.Callable<V> callable, java.time.Duration delay)
Duration-based overload ofListeningScheduledExecutorService.schedule(Callable, long, TimeUnit)
.ListenableScheduledFuture<?>
MoreExecutors.ScheduledListeningDecorator. schedule(java.lang.Runnable command, long delay, java.util.concurrent.TimeUnit unit)
<V> ListenableScheduledFuture<V>
MoreExecutors.ScheduledListeningDecorator. schedule(java.util.concurrent.Callable<V> callable, long delay, java.util.concurrent.TimeUnit unit)
ListenableScheduledFuture<?>
ListeningScheduledExecutorService. scheduleAtFixedRate(java.lang.Runnable command, long initialDelay, long period, java.util.concurrent.TimeUnit unit)
default ListenableScheduledFuture<?>
ListeningScheduledExecutorService. scheduleAtFixedRate(java.lang.Runnable command, java.time.Duration initialDelay, java.time.Duration period)
Duration-based overload ofListeningScheduledExecutorService.scheduleAtFixedRate(Runnable, long, long, TimeUnit)
.ListenableScheduledFuture<?>
MoreExecutors.ScheduledListeningDecorator. scheduleAtFixedRate(java.lang.Runnable command, long initialDelay, long period, java.util.concurrent.TimeUnit unit)
ListenableScheduledFuture<?>
ListeningScheduledExecutorService. scheduleWithFixedDelay(java.lang.Runnable command, long initialDelay, long delay, java.util.concurrent.TimeUnit unit)
default ListenableScheduledFuture<?>
ListeningScheduledExecutorService. scheduleWithFixedDelay(java.lang.Runnable command, java.time.Duration initialDelay, java.time.Duration delay)
Duration-based overload ofListeningScheduledExecutorService.scheduleWithFixedDelay(Runnable, long, long, TimeUnit)
.ListenableScheduledFuture<?>
MoreExecutors.ScheduledListeningDecorator. scheduleWithFixedDelay(java.lang.Runnable command, long initialDelay, long delay, java.util.concurrent.TimeUnit unit)
-
Uses of ListenableScheduledFuture in com.google.common.util.concurrent.testing
Classes in com.google.common.util.concurrent.testing that implement ListenableScheduledFuture Modifier and Type Class Description private static class
SameThreadScheduledExecutorService.ImmediateScheduledFuture<V>
private static class
TestingExecutors.NoOpScheduledExecutorService.NeverScheduledFuture<V>
Methods in com.google.common.util.concurrent.testing that return ListenableScheduledFuture Modifier and Type Method Description ListenableScheduledFuture<?>
SameThreadScheduledExecutorService. schedule(java.lang.Runnable command, long delay, java.util.concurrent.TimeUnit unit)
<V> ListenableScheduledFuture<V>
SameThreadScheduledExecutorService. schedule(java.util.concurrent.Callable<V> callable, long delay, java.util.concurrent.TimeUnit unit)
ListenableScheduledFuture<?>
TestingExecutors.NoOpScheduledExecutorService. schedule(java.lang.Runnable command, long delay, java.util.concurrent.TimeUnit unit)
<V> ListenableScheduledFuture<V>
TestingExecutors.NoOpScheduledExecutorService. schedule(java.util.concurrent.Callable<V> callable, long delay, java.util.concurrent.TimeUnit unit)
ListenableScheduledFuture<?>
SameThreadScheduledExecutorService. scheduleAtFixedRate(java.lang.Runnable command, long initialDelay, long period, java.util.concurrent.TimeUnit unit)
ListenableScheduledFuture<?>
TestingExecutors.NoOpScheduledExecutorService. scheduleAtFixedRate(java.lang.Runnable command, long initialDelay, long period, java.util.concurrent.TimeUnit unit)
ListenableScheduledFuture<?>
SameThreadScheduledExecutorService. scheduleWithFixedDelay(java.lang.Runnable command, long initialDelay, long delay, java.util.concurrent.TimeUnit unit)
ListenableScheduledFuture<?>
TestingExecutors.NoOpScheduledExecutorService. scheduleWithFixedDelay(java.lang.Runnable command, long initialDelay, long delay, java.util.concurrent.TimeUnit unit)
-