Uses of Class
com.google.common.util.concurrent.AbstractScheduledService.CustomScheduler.Schedule
-
Packages that use AbstractScheduledService.CustomScheduler.Schedule Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of AbstractScheduledService.CustomScheduler.Schedule in com.google.common.util.concurrent
Methods in com.google.common.util.concurrent that return AbstractScheduledService.CustomScheduler.Schedule Modifier and Type Method Description protected abstract AbstractScheduledService.CustomScheduler.ScheduleAbstractScheduledService.CustomScheduler. getNextSchedule()Calculates the time at which to next invoke the task.Methods in com.google.common.util.concurrent with parameters of type AbstractScheduledService.CustomScheduler.Schedule Modifier and Type Method Description private AbstractScheduledService.CancellableAbstractScheduledService.CustomScheduler.ReschedulableCallable. initializeOrUpdateCancellationDelegate(AbstractScheduledService.CustomScheduler.Schedule schedule)private java.util.concurrent.ScheduledFuture<java.lang.Void>AbstractScheduledService.CustomScheduler.ReschedulableCallable. submitToExecutor(AbstractScheduledService.CustomScheduler.Schedule schedule)
-