Package org.elasticsearch.persistent
Class RemovePersistentTaskAction
- java.lang.Object
-
- org.elasticsearch.action.ActionType<PersistentTaskResponse>
-
- org.elasticsearch.persistent.RemovePersistentTaskAction
-
public class RemovePersistentTaskAction extends ActionType<PersistentTaskResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRemovePersistentTaskAction.Requeststatic classRemovePersistentTaskAction.RequestBuilderstatic classRemovePersistentTaskAction.TransportAction
-
Field Summary
Fields Modifier and Type Field Description static RemovePersistentTaskActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
-
Methods inherited from class org.elasticsearch.action.ActionType
equals, getResponseReader, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
INSTANCE
public static final RemovePersistentTaskAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-