Package org.elasticsearch.persistent
Interface PersistentTasksService.WaitForPersistentTaskListener<P extends PersistentTaskParams>
- All Superinterfaces:
ActionListener<PersistentTasksCustomMetadata.PersistentTask<P>>
- Enclosing class:
- PersistentTasksService
public static interface PersistentTasksService.WaitForPersistentTaskListener<P extends PersistentTaskParams>
extends ActionListener<PersistentTasksCustomMetadata.PersistentTask<P>>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.action.ActionListener
ActionListener.Delegating<Response,DelegateResponse>, ActionListener.DelegatingActionListener<T>, ActionListener.DelegatingFailureActionListener<T,R>, ActionListener.MappedActionListener<Response,MappedResponse>, ActionListener.RunAfterActionListener<T>, ActionListener.RunBeforeActionListener<T>
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
onTimeout(org.elasticsearch.core.TimeValue timeout)
Methods inherited from interface org.elasticsearch.action.ActionListener
delegateFailure, delegateResponse, map, onFailure, onResponse
-
Method Details
-
onTimeout
default void onTimeout(org.elasticsearch.core.TimeValue timeout)
-