Class CancelTasksAction
- java.lang.Object
-
- org.elasticsearch.action.ActionType<CancelTasksResponse>
-
- org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksAction
-
public class CancelTasksAction extends ActionType<CancelTasksResponse>
ActionType for cancelling running tasks
-
-
Field Summary
Fields Modifier and Type Field Description static CancelTasksActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
Modifier and Type Method Description Writeable.Reader<CancelTasksResponse>getResponseReader()Get a reader that can create a new instance of the class from aStreamInput-
Methods inherited from class org.elasticsearch.action.ActionType
equals, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
INSTANCE
public static final CancelTasksAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getResponseReader
public Writeable.Reader<CancelTasksResponse> getResponseReader()
Description copied from class:ActionTypeGet a reader that can create a new instance of the class from aStreamInput- Overrides:
getResponseReaderin classActionType<CancelTasksResponse>
-
-