Uses of Interface
org.elasticsearch.threadpool.Scheduler.ScheduledCancellable
-
Packages that use Scheduler.ScheduledCancellable Package Description org.elasticsearch.ingest org.elasticsearch.threadpool -
-
Uses of Scheduler.ScheduledCancellable in org.elasticsearch.ingest
Fields in org.elasticsearch.ingest with type parameters of type Scheduler.ScheduledCancellable Modifier and Type Field Description BiFunction<Long,Runnable,Scheduler.ScheduledCancellable>Processor.Parameters. schedulerProvides scheduler supportConstructor parameters in org.elasticsearch.ingest with type arguments of type Scheduler.ScheduledCancellable Constructor Description Parameters(Environment env, ScriptService scriptService, AnalysisRegistry analysisRegistry, ThreadContext threadContext, LongSupplier relativeTimeSupplier, BiFunction<Long,Runnable,Scheduler.ScheduledCancellable> scheduler, IngestService ingestService, Client client, Consumer<Runnable> genericExecutor) -
Uses of Scheduler.ScheduledCancellable in org.elasticsearch.threadpool
Methods in org.elasticsearch.threadpool that return Scheduler.ScheduledCancellable Modifier and Type Method Description Scheduler.ScheduledCancellableScheduler. schedule(Runnable command, TimeValue delay, String executor)Schedules a one-shot command to be run after a given delay.Scheduler.ScheduledCancellableThreadPool. schedule(Runnable command, TimeValue delay, String executor)Schedules a one-shot command to run after a given delay.static Scheduler.ScheduledCancellableScheduler. wrapAsScheduledCancellable(ScheduledFuture<?> scheduledFuture)Utility method to wrap aScheduledFutureas aScheduledCancellable
-