| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.recovery | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
protected RecoveryRequest |
TransportRecoveryAction.readRequestFrom(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportRecoveryAction.checkGlobalBlock(ClusterState state,
RecoveryRequest request) |
protected ClusterBlockException |
TransportRecoveryAction.checkRequestBlock(ClusterState state,
RecoveryRequest request,
String[] concreteIndices) |
protected RecoveryResponse |
TransportRecoveryAction.newResponse(RecoveryRequest request,
int totalShards,
int successfulShards,
int failedShards,
List<RecoveryState> responses,
List<ShardOperationFailedException> shardFailures,
ClusterState clusterState) |
protected RecoveryState |
TransportRecoveryAction.shardOperation(RecoveryRequest request,
ShardRouting shardRouting) |
protected ShardsIterator |
TransportRecoveryAction.shards(ClusterState state,
RecoveryRequest request,
String[] concreteIndices) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<RecoveryResponse> |
IndicesAdminClient.recoveries(RecoveryRequest request)
Indices recoveries
|
void |
IndicesAdminClient.recoveries(RecoveryRequest request,
ActionListener<RecoveryResponse> listener)
Indices recoveries
|
Copyright © 2009–2017. All rights reserved.