Uses of Class
org.elasticsearch.action.admin.indices.upgrade.post.UpgradeRequest
-
Packages that use UpgradeRequest Package Description org.elasticsearch.action.admin.indices.upgrade.post org.elasticsearch.client org.elasticsearch.index.shard -
-
Uses of UpgradeRequest in org.elasticsearch.action.admin.indices.upgrade.post
Methods in org.elasticsearch.action.admin.indices.upgrade.post that return UpgradeRequest Modifier and Type Method Description protected UpgradeRequestTransportUpgradeAction. readRequestFrom(StreamInput in)UpgradeRequestUpgradeRequest. upgradeOnlyAncientSegments(boolean upgradeOnlyAncientSegments)Methods in org.elasticsearch.action.admin.indices.upgrade.post with parameters of type UpgradeRequest Modifier and Type Method Description protected ClusterBlockExceptionTransportUpgradeAction. checkGlobalBlock(ClusterState state, UpgradeRequest request)protected ClusterBlockExceptionTransportUpgradeAction. checkRequestBlock(ClusterState state, UpgradeRequest request, String[] concreteIndices)protected voidTransportUpgradeAction. doExecute(Task task, UpgradeRequest request, ActionListener<UpgradeResponse> listener)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)protected org.elasticsearch.action.admin.indices.upgrade.post.ShardUpgradeResultTransportUpgradeAction. shardOperation(UpgradeRequest request, ShardRouting shardRouting)protected ShardsIteratorTransportUpgradeAction. shards(ClusterState clusterState, UpgradeRequest request, String[] concreteIndices)The upgrade request works against *all* shards. -
Uses of UpgradeRequest in org.elasticsearch.client
Methods in org.elasticsearch.client that return UpgradeRequest Modifier and Type Method Description static UpgradeRequestRequests. upgradeRequest(String... indices)Creates an upgrade request.Methods in org.elasticsearch.client with parameters of type UpgradeRequest Modifier and Type Method Description ActionFuture<UpgradeResponse>IndicesAdminClient. upgrade(UpgradeRequest request)Explicitly upgrade one or more indicesvoidIndicesAdminClient. upgrade(UpgradeRequest request, ActionListener<UpgradeResponse> listener)Explicitly upgrade one or more indices -
Uses of UpgradeRequest in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard with parameters of type UpgradeRequest Modifier and Type Method Description VersionIndexShard. upgrade(UpgradeRequest upgrade)Upgrades the shard to the current version of Lucene and returns the minimum segment version
-