Package org.elasticsearch.persistent
Class CompletionPersistentTaskAction
java.lang.Object
org.elasticsearch.action.ActionType<PersistentTaskResponse>
org.elasticsearch.persistent.CompletionPersistentTaskAction
public class CompletionPersistentTaskAction extends ActionType<PersistentTaskResponse>
ActionType that is used by executor node to indicate that the persistent action finished or failed on the node and needs to be
removed from the cluster state in case of successful completion or restarted on some other node in case of failure.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCompletionPersistentTaskAction.Requeststatic classCompletionPersistentTaskAction.RequestBuilderstatic classCompletionPersistentTaskAction.TransportAction -
Field Summary
Fields Modifier and Type Field Description static CompletionPersistentTaskActionINSTANCEstatic java.lang.StringNAME -
Method Summary
Methods inherited from class org.elasticsearch.action.ActionType
equals, getResponseReader, hashCode, name, transportOptionsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
INSTANCE
-
NAME
public static final java.lang.String NAME- See Also:
- Constant Field Values
-