Uses of Class
org.elasticsearch.action.admin.indices.recovery.RecoveryResponse
-
Packages that use RecoveryResponse Package Description org.elasticsearch.action.admin.indices.recovery org.elasticsearch.client org.elasticsearch.rest.action.cat -
-
Uses of RecoveryResponse in org.elasticsearch.action.admin.indices.recovery
Methods in org.elasticsearch.action.admin.indices.recovery that return RecoveryResponse Modifier and Type Method Description protected RecoveryResponseTransportRecoveryAction. newResponse(RecoveryRequest request, int totalShards, int successfulShards, int failedShards, List<RecoveryState> responses, List<DefaultShardOperationFailedException> shardFailures, ClusterState clusterState) -
Uses of RecoveryResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return types with arguments of type RecoveryResponse Modifier and Type Method Description ActionFuture<RecoveryResponse>IndicesAdminClient. recoveries(RecoveryRequest request)Indices recoveriesMethod parameters in org.elasticsearch.client with type arguments of type RecoveryResponse Modifier and Type Method Description voidIndicesAdminClient. recoveries(RecoveryRequest request, ActionListener<RecoveryResponse> listener)Indices recoveries -
Uses of RecoveryResponse in org.elasticsearch.rest.action.cat
Methods in org.elasticsearch.rest.action.cat with parameters of type RecoveryResponse Modifier and Type Method Description TableRestCatRecoveryAction. buildRecoveryTable(RestRequest request, RecoveryResponse response)buildRecoveryTable will build a table of recovery information suitable for displaying at the command line.
-