Package org.elasticsearch.index.reindex
Class RethrottleAction
- java.lang.Object
-
- org.elasticsearch.action.ActionType<ListTasksResponse>
-
- org.elasticsearch.index.reindex.RethrottleAction
-
public class RethrottleAction extends ActionType<ListTasksResponse>
-
-
Field Summary
Fields Modifier and Type Field Description static RethrottleActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
Modifier and Type Method Description Writeable.Reader<ListTasksResponse>getResponseReader()-
Methods inherited from class org.elasticsearch.action.ActionType
equals, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
INSTANCE
public static final RethrottleAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getResponseReader
public Writeable.Reader<ListTasksResponse> getResponseReader()
- Overrides:
getResponseReaderin classActionType<ListTasksResponse>
-
-