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.