Uses of Class
org.elasticsearch.action.admin.indices.recovery.RecoveryRequest
-
Packages that use RecoveryRequest Package Description org.elasticsearch.action.admin.indices.recovery org.elasticsearch.client -
-
Uses of RecoveryRequest in org.elasticsearch.action.admin.indices.recovery
Methods in org.elasticsearch.action.admin.indices.recovery that return RecoveryRequest Modifier and Type Method Description protected RecoveryRequestTransportRecoveryAction. readRequestFrom(StreamInput in)Methods in org.elasticsearch.action.admin.indices.recovery with parameters of type RecoveryRequest Modifier and Type Method Description protected ClusterBlockExceptionTransportRecoveryAction. checkGlobalBlock(ClusterState state, RecoveryRequest request)protected ClusterBlockExceptionTransportRecoveryAction. checkRequestBlock(ClusterState state, RecoveryRequest request, String[] concreteIndices)protected RecoveryResponseTransportRecoveryAction. newResponse(RecoveryRequest request, int totalShards, int successfulShards, int failedShards, List<RecoveryState> responses, List<DefaultShardOperationFailedException> shardFailures, ClusterState clusterState)protected RecoveryStateTransportRecoveryAction. shardOperation(RecoveryRequest request, ShardRouting shardRouting)protected ShardsIteratorTransportRecoveryAction. shards(ClusterState state, RecoveryRequest request, String[] concreteIndices) -
Uses of RecoveryRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type RecoveryRequest Modifier and Type Method Description ActionFuture<RecoveryResponse>IndicesAdminClient. recoveries(RecoveryRequest request)Indices recoveriesvoidIndicesAdminClient. recoveries(RecoveryRequest request, ActionListener<RecoveryResponse> listener)Indices recoveries
-