Uses of Interface
org.elasticsearch.threadpool.Scheduler.Cancellable
-
Packages that use Scheduler.Cancellable Package Description org.elasticsearch.indices org.elasticsearch.threadpool -
-
Uses of Scheduler.Cancellable in org.elasticsearch.indices
Methods in org.elasticsearch.indices that return Scheduler.Cancellable Modifier and Type Method Description protected Scheduler.CancellableIndexingMemoryController. scheduleTask(ThreadPool threadPool) -
Uses of Scheduler.Cancellable in org.elasticsearch.threadpool
Subinterfaces of Scheduler.Cancellable in org.elasticsearch.threadpool Modifier and Type Interface Description static interfaceScheduler.ScheduledCancellableA scheduled cancellable allow cancelling and reading the remaining delay of a scheduled task.Classes in org.elasticsearch.threadpool that implement Scheduler.Cancellable Modifier and Type Class Description static classScheduler.ReschedulingRunnableThis class encapsulates the scheduling of aRunnablethat needs to be repeated on a interval.Methods in org.elasticsearch.threadpool that return Scheduler.Cancellable Modifier and Type Method Description default Scheduler.CancellableScheduler. scheduleWithFixedDelay(Runnable command, TimeValue interval, String executor)Schedules a periodic action that runs on scheduler thread.Scheduler.CancellableThreadPool. scheduleWithFixedDelay(Runnable command, TimeValue interval, String executor)static Scheduler.CancellableScheduler. wrapAsCancellable(Future<?> future)Utility method to wrap aFutureas aCancellable
-