Uses of Interface
com.google.common.util.concurrent.ListeningScheduledExecutorService
Packages that use ListeningScheduledExecutorService
Package
Description
Concurrency utilities.
-
Uses of ListeningScheduledExecutorService in com.google.common.util.concurrent
Classes in com.google.common.util.concurrent that implement ListeningScheduledExecutorServiceModifier and TypeClassDescriptionprivate static final class
Methods in com.google.common.util.concurrent that return ListeningScheduledExecutorServiceModifier and TypeMethodDescriptionMoreExecutors.listeningDecorator
(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 ListeningScheduledExecutorServiceModifier and TypeClassDescription(package private) class
A ScheduledExecutorService that executes all scheduled actions immediately in the calling thread.private static final class
Methods in com.google.common.util.concurrent.testing that return ListeningScheduledExecutorServiceModifier and TypeMethodDescriptionTestingExecutors.noOpScheduledExecutor()
Returns aScheduledExecutorService
that never executes anything.TestingExecutors.sameThreadScheduledExecutor()
Creates a scheduled executor service that runs each task in the thread that invokesexecute/submit/schedule
, as inThreadPoolExecutor.CallerRunsPolicy
.