Class ListTasksAction
- java.lang.Object
-
- org.elasticsearch.action.ActionType<ListTasksResponse>
-
- org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksAction
-
public class ListTasksAction extends ActionType<ListTasksResponse>
ActionType for retrieving a list of currently running tasks
-
-
Field Summary
Fields Modifier and Type Field Description static ListTasksActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
Modifier and Type Method Description Writeable.Reader<ListTasksResponse>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 ListTasksAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getResponseReader
public Writeable.Reader<ListTasksResponse> getResponseReader()
Description copied from class:ActionTypeGet a reader that can create a new instance of the class from aStreamInput- Overrides:
getResponseReaderin classActionType<ListTasksResponse>
-
-