Class UpgradeAction
- java.lang.Object
-
- org.elasticsearch.action.ActionType<UpgradeResponse>
-
- org.elasticsearch.action.admin.indices.upgrade.post.UpgradeAction
-
public class UpgradeAction extends ActionType<UpgradeResponse>
Upgrade index/indices action.
-
-
Field Summary
Fields Modifier and Type Field Description static UpgradeActionINSTANCEstatic StringNAME
-
-
-
Field Detail
-
INSTANCE
public static final UpgradeAction INSTANCE
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-