Uses of Class
org.elasticsearch.action.admin.indices.upgrade.post.UpgradeResponse
-
Packages that use UpgradeResponse Package Description org.elasticsearch.action.admin.indices.upgrade.post org.elasticsearch.client -
-
Uses of UpgradeResponse in org.elasticsearch.action.admin.indices.upgrade.post
Methods in org.elasticsearch.action.admin.indices.upgrade.post that return UpgradeResponse Modifier and Type Method Description protected UpgradeResponseTransportUpgradeAction. newResponse(UpgradeRequest request, int totalShards, int successfulShards, int failedShards, List<org.elasticsearch.action.admin.indices.upgrade.post.ShardUpgradeResult> shardUpgradeResults, List<DefaultShardOperationFailedException> shardFailures, ClusterState clusterState)Method parameters in org.elasticsearch.action.admin.indices.upgrade.post with type arguments of type UpgradeResponse Modifier and Type Method Description protected voidTransportUpgradeAction. doExecute(Task task, UpgradeRequest request, ActionListener<UpgradeResponse> listener) -
Uses of UpgradeResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return types with arguments of type UpgradeResponse Modifier and Type Method Description ActionFuture<UpgradeResponse>IndicesAdminClient. upgrade(UpgradeRequest request)Explicitly upgrade one or more indicesMethod parameters in org.elasticsearch.client with type arguments of type UpgradeResponse Modifier and Type Method Description voidIndicesAdminClient. upgrade(UpgradeRequest request, ActionListener<UpgradeResponse> listener)Explicitly upgrade one or more indices
-