Uses of Class
org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsClusterStateUpdateRequest
-
Packages that use UpgradeSettingsClusterStateUpdateRequest Package Description org.elasticsearch.action.admin.indices.upgrade.post org.elasticsearch.cluster.metadata -
-
Uses of UpgradeSettingsClusterStateUpdateRequest in org.elasticsearch.action.admin.indices.upgrade.post
Methods in org.elasticsearch.action.admin.indices.upgrade.post that return UpgradeSettingsClusterStateUpdateRequest Modifier and Type Method Description UpgradeSettingsClusterStateUpdateRequestUpgradeSettingsClusterStateUpdateRequest. versions(Map<String,Tuple<Version,String>> versions)Sets the index to version map for indices that should be updated -
Uses of UpgradeSettingsClusterStateUpdateRequest in org.elasticsearch.cluster.metadata
Methods in org.elasticsearch.cluster.metadata with parameters of type UpgradeSettingsClusterStateUpdateRequest Modifier and Type Method Description voidMetaDataUpdateSettingsService. upgradeIndexSettings(UpgradeSettingsClusterStateUpdateRequest request, ActionListener<ClusterStateUpdateResponse> listener)
-