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 classMoreExecutors.ScheduledListeningDecoratorMethods in com.google.common.util.concurrent that return ListeningScheduledExecutorService Modifier and Type Method Description static ListeningScheduledExecutorServiceMoreExecutors. listeningDecorator(java.util.concurrent.ScheduledExecutorService delegate)Creates aScheduledExecutorServicewhosesubmitandinvokeAllmethods submitListenableFutureTaskinstances 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) classSameThreadScheduledExecutorServiceA ScheduledExecutorService that executes all scheduled actions immediately in the calling thread.private static classTestingExecutors.NoOpScheduledExecutorServiceMethods in com.google.common.util.concurrent.testing that return ListeningScheduledExecutorService Modifier and Type Method Description static ListeningScheduledExecutorServiceTestingExecutors. noOpScheduledExecutor()Returns aScheduledExecutorServicethat never executes anything.
-