Package | Description |
---|---|
org.elasticsearch.action.admin.indices.recovery | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
protected RecoveryRequest |
TransportRecoveryAction.newRequest() |
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,
AtomicReferenceArray shardsResponses,
ClusterState clusterState) |
protected org.elasticsearch.action.admin.indices.recovery.TransportRecoveryAction.ShardRecoveryRequest |
TransportRecoveryAction.newShardRequest(int numShards,
ShardRouting shard,
RecoveryRequest request) |
protected GroupShardsIterator |
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
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<RecoveryResponse> |
AbstractIndicesAdminClient.recoveries(RecoveryRequest request) |
void |
AbstractIndicesAdminClient.recoveries(RecoveryRequest request,
ActionListener<RecoveryResponse> listener) |
Copyright © 2009–2015. All rights reserved.