Uses of Class
org.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusResponse
-
Packages that use UpgradeStatusResponse Package Description org.elasticsearch.action.admin.indices.upgrade.get org.elasticsearch.client -
-
Uses of UpgradeStatusResponse in org.elasticsearch.action.admin.indices.upgrade.get
Methods in org.elasticsearch.action.admin.indices.upgrade.get that return UpgradeStatusResponse Modifier and Type Method Description protected UpgradeStatusResponseTransportUpgradeStatusAction. newResponse(UpgradeStatusRequest request, int totalShards, int successfulShards, int failedShards, List<ShardUpgradeStatus> responses, List<DefaultShardOperationFailedException> shardFailures, ClusterState clusterState) -
Uses of UpgradeStatusResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return types with arguments of type UpgradeStatusResponse Modifier and Type Method Description ActionFuture<UpgradeStatusResponse>IndicesAdminClient. upgradeStatus(UpgradeStatusRequest request)Check upgrade status of one or more indicesMethod parameters in org.elasticsearch.client with type arguments of type UpgradeStatusResponse Modifier and Type Method Description voidIndicesAdminClient. upgradeStatus(UpgradeStatusRequest request, ActionListener<UpgradeStatusResponse> listener)Check upgrade status of one or more indices
-