Uses of Interface
com.google.common.util.concurrent.ListenableScheduledFuture
Packages that use ListenableScheduledFuture
Package
Description
Concurrency utilities.
-
Uses of ListenableScheduledFuture in com.google.common.util.concurrent
Classes in com.google.common.util.concurrent that implement ListenableScheduledFutureModifier and TypeClassDescriptionprivate static final classMethods in com.google.common.util.concurrent that return ListenableScheduledFutureModifier and TypeMethodDescriptiondefault ListenableScheduledFuture<?> Duration-based overload ofListeningScheduledExecutorService.schedule(Runnable, long, TimeUnit).<V> ListenableScheduledFuture<V> default <V> ListenableScheduledFuture<V> Duration-based overload ofListeningScheduledExecutorService.schedule(Callable, long, TimeUnit).<V> ListenableScheduledFuture<V> ListeningScheduledExecutorService.scheduleAtFixedRate(Runnable command, long initialDelay, long period, TimeUnit unit) default ListenableScheduledFuture<?> ListeningScheduledExecutorService.scheduleAtFixedRate(Runnable command, Duration initialDelay, Duration period) Duration-based overload ofListeningScheduledExecutorService.scheduleAtFixedRate(Runnable, long, long, TimeUnit).MoreExecutors.ScheduledListeningDecorator.scheduleAtFixedRate(Runnable command, long initialDelay, long period, TimeUnit unit) ListeningScheduledExecutorService.scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, TimeUnit unit) default ListenableScheduledFuture<?> ListeningScheduledExecutorService.scheduleWithFixedDelay(Runnable command, Duration initialDelay, Duration delay) Duration-based overload ofListeningScheduledExecutorService.scheduleWithFixedDelay(Runnable, long, long, TimeUnit).MoreExecutors.ScheduledListeningDecorator.scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, TimeUnit unit) -
Uses of ListenableScheduledFuture in com.google.common.util.concurrent.testing
Classes in com.google.common.util.concurrent.testing that implement ListenableScheduledFutureModifier and TypeClassDescriptionprivate static final classprivate static classMethods in com.google.common.util.concurrent.testing that return ListenableScheduledFutureModifier and TypeMethodDescription<V> ListenableScheduledFuture<V> <V> ListenableScheduledFuture<V> TestingExecutors.NoOpScheduledExecutorService.schedule(Callable<V> callable, long delay, TimeUnit unit) SameThreadScheduledExecutorService.scheduleAtFixedRate(Runnable command, long initialDelay, long period, TimeUnit unit) TestingExecutors.NoOpScheduledExecutorService.scheduleAtFixedRate(Runnable command, long initialDelay, long period, TimeUnit unit) SameThreadScheduledExecutorService.scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, TimeUnit unit) TestingExecutors.NoOpScheduledExecutorService.scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, TimeUnit unit)