Package | Description |
---|---|
com.google.common.util.concurrent |
Concurrency utilities.
|
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractScheduledService.CustomScheduler.Schedule |
AbstractScheduledService.CustomScheduler.getNextSchedule()
Calculates the time at which to next invoke the task.
|
Modifier and Type | Method and Description |
---|---|
private AbstractScheduledService.Cancellable |
AbstractScheduledService.CustomScheduler.ReschedulableCallable.initializeOrUpdateCancellationDelegate(AbstractScheduledService.CustomScheduler.Schedule schedule) |
private java.util.concurrent.ScheduledFuture<java.lang.Void> |
AbstractScheduledService.CustomScheduler.ReschedulableCallable.submitToExecutor(AbstractScheduledService.CustomScheduler.Schedule schedule) |