Class RolloverAction
- java.lang.Object
-
- org.elasticsearch.action.Action<RolloverResponse>
-
- org.elasticsearch.action.admin.indices.rollover.RolloverAction
-
public class RolloverAction extends Action<RolloverResponse>
-
-
Field Summary
Fields Modifier and Type Field Description static RolloverActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
Modifier and Type Method Description RolloverResponsenewResponse()Creates a new response instance.-
Methods inherited from class org.elasticsearch.action.Action
equals, getResponseReader, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
INSTANCE
public static final RolloverAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
newResponse
public RolloverResponse newResponse()
Description copied from class:ActionCreates a new response instance.- Specified by:
newResponsein classAction<RolloverResponse>
-
-