| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.upgrade.get | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.client.support |
| Modifier and Type | Method and Description |
|---|---|
UpgradeStatusResponse |
UpgradeStatusAction.newResponse() |
protected UpgradeStatusResponse |
TransportUpgradeStatusAction.newResponse(UpgradeStatusRequest request,
AtomicReferenceArray shardsResponses,
ClusterState clusterState) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<UpgradeStatusResponse> |
IndicesAdminClient.upgradeStatus(UpgradeStatusRequest request)
Check upgrade status of one or more indices
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndicesAdminClient.upgradeStatus(UpgradeStatusRequest request,
ActionListener<UpgradeStatusResponse> listener)
Check upgrade status of one or more indices
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<UpgradeStatusResponse> |
AbstractIndicesAdminClient.upgradeStatus(UpgradeStatusRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractIndicesAdminClient.upgradeStatus(UpgradeStatusRequest request,
ActionListener<UpgradeStatusResponse> listener) |
Copyright © 2009–2016. All rights reserved.