Uses of Interface
com.google.common.util.concurrent.ListeningScheduledExecutorService
-
Packages that use ListeningScheduledExecutorService Package Description com.google.common.util.concurrent Concurrency utilities.com.google.common.util.concurrent.testing -
-
Uses of ListeningScheduledExecutorService in com.google.common.util.concurrent
Classes in com.google.common.util.concurrent that implement ListeningScheduledExecutorService Modifier and Type Class Description private static class
MoreExecutors.ScheduledListeningDecorator
Methods in com.google.common.util.concurrent that return ListeningScheduledExecutorService Modifier and Type Method Description static ListeningScheduledExecutorService
MoreExecutors. listeningDecorator(java.util.concurrent.ScheduledExecutorService delegate)
Creates aScheduledExecutorService
whosesubmit
andinvokeAll
methods submitListenableFutureTask
instances to the given delegate executor. -
Uses of ListeningScheduledExecutorService in com.google.common.util.concurrent.testing
Classes in com.google.common.util.concurrent.testing that implement ListeningScheduledExecutorService Modifier and Type Class Description (package private) class
SameThreadScheduledExecutorService
A ScheduledExecutorService that executes all scheduled actions immediately in the calling thread.private static class
TestingExecutors.NoOpScheduledExecutorService
Methods in com.google.common.util.concurrent.testing that return ListeningScheduledExecutorService Modifier and Type Method Description static ListeningScheduledExecutorService
TestingExecutors. noOpScheduledExecutor()
Returns aScheduledExecutorService
that never executes anything.
-