Package | Description |
---|---|
org.elasticsearch.action.admin.indices.recovery | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support | |
org.elasticsearch.rest.action.cat |
Modifier and Type | Method and Description |
---|---|
RecoveryResponse |
RecoveryAction.newResponse() |
protected RecoveryResponse |
TransportRecoveryAction.newResponse(RecoveryRequest request,
AtomicReferenceArray shardsResponses,
ClusterState clusterState) |
Modifier and Type | Method and Description |
---|---|
protected void |
RecoveryRequestBuilder.doExecute(ActionListener<RecoveryResponse> listener) |
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 |
---|---|
ActionFuture<RecoveryResponse> |
AbstractIndicesAdminClient.recoveries(RecoveryRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIndicesAdminClient.recoveries(RecoveryRequest request,
ActionListener<RecoveryResponse> listener) |
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–2015. All rights reserved.