| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.recovery | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.rest.action.cat |
| Modifier and Type | Method and Description |
|---|---|
RecoveryResponse |
RecoveryAction.newResponse() |
protected RecoveryResponse |
TransportRecoveryAction.newResponse(RecoveryRequest request,
int totalShards,
int successfulShards,
int failedShards,
List<RecoveryState> responses,
List<ShardOperationFailedException> shardFailures,
ClusterState clusterState) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<RecoveryResponse> |
IndicesAdminClient.recoveries(RecoveryRequest request)
Indices recoveries
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndicesAdminClient.recoveries(RecoveryRequest request,
ActionListener<RecoveryResponse> listener)
Indices recoveries
|
| Modifier and Type | Method and Description |
|---|---|
Table |
RestRecoveryAction.buildRecoveryTable(RestRequest request,
RecoveryResponse response)
buildRecoveryTable will build a table of recovery information suitable
for displaying at the command line.
|
Copyright © 2009–2017. All rights reserved.