Class ResizeAction
- java.lang.Object
-
- org.elasticsearch.action.ActionType<ResizeResponse>
-
- org.elasticsearch.action.admin.indices.shrink.ResizeAction
-
public class ResizeAction extends ActionType<ResizeResponse>
-
-
Field Summary
Fields Modifier and Type Field Description static VersionCOMPATIBILITY_VERSIONstatic ResizeActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
Modifier and Type Method Description Writeable.Reader<ResizeResponse>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 ResizeAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
COMPATIBILITY_VERSION
public static final Version COMPATIBILITY_VERSION
-
-
Method Detail
-
getResponseReader
public Writeable.Reader<ResizeResponse> getResponseReader()
Description copied from class:ActionTypeGet a reader that can create a new instance of the class from aStreamInput- Overrides:
getResponseReaderin classActionType<ResizeResponse>
-
-