Uses of Class
com.google.common.util.concurrent.AbstractService
-
Packages that use AbstractService Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of AbstractService in com.google.common.util.concurrent
Subclasses of AbstractService in com.google.common.util.concurrent Modifier and Type Class Description private classAbstractIdleService.DelegateServiceprivate classAbstractScheduledService.ServiceDelegateprivate static classServiceManager.NoOpServiceAServiceinstance that does nothing.Fields in com.google.common.util.concurrent declared as AbstractService Modifier and Type Field Description private AbstractServiceAbstractScheduledService. delegateprivate AbstractServiceAbstractScheduledService.CustomScheduler.ReschedulableCallable. serviceThe service that is managing this callable.Methods in com.google.common.util.concurrent with parameters of type AbstractService Modifier and Type Method Description (package private) java.util.concurrent.Future<?>AbstractScheduledService.CustomScheduler. schedule(AbstractService service, java.util.concurrent.ScheduledExecutorService executor, java.lang.Runnable runnable)(package private) abstract java.util.concurrent.Future<?>AbstractScheduledService.Scheduler. schedule(AbstractService service, java.util.concurrent.ScheduledExecutorService executor, java.lang.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 AbstractService Constructor Description ReschedulableCallable(AbstractService service, java.util.concurrent.ScheduledExecutorService executor, java.lang.Runnable runnable)
-