Class ResizeAction
- java.lang.Object
-
- org.elasticsearch.action.Action<ResizeResponse>
-
- org.elasticsearch.action.admin.indices.shrink.ResizeAction
-
public class ResizeAction extends Action<ResizeResponse>
-
-
Field Summary
Fields Modifier and Type Field Description static VersionCOMPATIBILITY_VERSIONstatic ResizeActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
Modifier and Type Method Description ResizeResponsenewResponse()Creates a new response instance.-
Methods inherited from class org.elasticsearch.action.Action
equals, getResponseReader, 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
-
newResponse
public ResizeResponse newResponse()
Description copied from class:ActionCreates a new response instance.- Specified by:
newResponsein classAction<ResizeResponse>
-
-