Package | Description |
---|---|
org.elasticsearch.action.admin.indices.upgrade.post | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
UpgradeResponse |
UpgradeAction.newResponse() |
protected UpgradeResponse |
TransportUpgradeAction.newResponse(UpgradeRequest request,
AtomicReferenceArray shardsResponses,
ClusterState clusterState) |
Modifier and Type | Method and Description |
---|---|
protected void |
TransportUpgradeAction.doExecute(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
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<UpgradeResponse> |
AbstractIndicesAdminClient.upgrade(UpgradeRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIndicesAdminClient.upgrade(UpgradeRequest request,
ActionListener<UpgradeResponse> listener) |
Copyright © 2009–2015. All rights reserved.