Uses of Class
org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsRequest
-
Packages that use UpgradeSettingsRequest Package Description org.elasticsearch.action.admin.indices.upgrade.post -
-
Uses of UpgradeSettingsRequest in org.elasticsearch.action.admin.indices.upgrade.post
Methods in org.elasticsearch.action.admin.indices.upgrade.post that return UpgradeSettingsRequest Modifier and Type Method Description UpgradeSettingsRequestUpgradeSettingsRequest. versions(Map<String,Tuple<Version,String>> versions)Sets the index versions to be updatedMethods in org.elasticsearch.action.admin.indices.upgrade.post with parameters of type UpgradeSettingsRequest Modifier and Type Method Description protected ClusterBlockExceptionTransportUpgradeSettingsAction. checkBlock(UpgradeSettingsRequest request, ClusterState state)protected voidTransportUpgradeSettingsAction. masterOperation(UpgradeSettingsRequest request, ClusterState state, ActionListener<AcknowledgedResponse> listener)
-