| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.upgrade.post | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
UpgradeResponse |
UpgradeAction.newResponse() |
protected UpgradeResponse |
TransportUpgradeAction.newResponse(UpgradeRequest request,
int totalShards,
int successfulShards,
int failedShards,
List<org.elasticsearch.action.admin.indices.upgrade.post.ShardUpgradeResult> shardUpgradeResults,
List<ShardOperationFailedException> shardFailures,
ClusterState clusterState) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportUpgradeAction.doExecute(Task task,
UpgradeRequest request,
ActionListener<UpgradeResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<UpgradeResponse> |
IndicesAdminClient.upgrade(UpgradeRequest request)
Explicitly upgrade one or more indices
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndicesAdminClient.upgrade(UpgradeRequest request,
ActionListener<UpgradeResponse> listener)
Explicitly upgrade one or more indices
|
Copyright © 2009–2017. All rights reserved.