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 StringNAME
-
-
-
Field Detail
-
INSTANCE
public static final RemovePersistentTaskAction INSTANCE
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-