Uses of Class
com.google.common.util.concurrent.AbstractService
Packages that use AbstractService
-
Uses of AbstractService in com.google.common.util.concurrent
Subclasses of AbstractService in com.google.common.util.concurrentModifier and TypeClassDescriptionprivate final class
private final class
private static final class
AService
instance that does nothing.Fields in com.google.common.util.concurrent declared as AbstractServiceModifier and TypeFieldDescriptionprivate final AbstractService
AbstractScheduledService.delegate
private final AbstractService
AbstractScheduledService.CustomScheduler.ReschedulableCallable.service
The service that is managing this callable.Methods in com.google.common.util.concurrent with parameters of type AbstractServiceModifier and TypeMethodDescription(package private) final AbstractScheduledService.Cancellable
AbstractScheduledService.CustomScheduler.schedule
(AbstractService service, ScheduledExecutorService executor, Runnable runnable) (package private) abstract AbstractScheduledService.Cancellable
AbstractScheduledService.Scheduler.schedule
(AbstractService service, ScheduledExecutorService executor, Runnable runnable) Schedules the task to run on the provided executor on behalf of the service.Constructors in com.google.common.util.concurrent with parameters of type AbstractServiceModifierConstructorDescription(package private)
ReschedulableCallable
(AbstractService service, ScheduledExecutorService executor, Runnable runnable)