Class RecoveryRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.cat.CatRequestBase
co.elastic.clients.elasticsearch.cat.RecoveryRequest
- All Implemented Interfaces:
ElasticsearchCatRequest,ElasticsearchCommonRequest
public final class RecoveryRequest extends CatRequestBase
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRecoveryRequest.BuilderBuilder forRecoveryRequest.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch.cat.CatRequestBase
CatRequestBase.AbstractBuilder<BuilderT extends CatRequestBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static Endpoint<RecoveryRequest,RecoveryResponse,ElasticsearchError>ENDPOINTEndpoint "cat.recovery". -
Constructor Summary
Constructors Constructor Description RecoveryRequest(RecoveryRequest.Builder builder)RecoveryRequest(java.util.function.Function<RecoveryRequest.Builder,RecoveryRequest.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.BooleanactiveOnly()Iftrue, the response only includes ongoing shard recoveriesBytesbytes()The unit in which to display byte valuesjava.lang.Booleandetailed()Iftrue, the response includes detailed information about shard recoveriesjava.util.List<java.lang.String>index()Comma-separated list or wildcard expression of index names to limit the returned informationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ENDPOINT
Endpoint "cat.recovery".
-
-
Constructor Details
-
RecoveryRequest
-
RecoveryRequest
public RecoveryRequest(java.util.function.Function<RecoveryRequest.Builder,RecoveryRequest.Builder> fn)
-
-
Method Details
-
index
@Nullable public java.util.List<java.lang.String> index()Comma-separated list or wildcard expression of index names to limit the returned informationAPI name:
index -
activeOnly
@Nullable public java.lang.Boolean activeOnly()Iftrue, the response only includes ongoing shard recoveriesAPI name:
active_only -
bytes
The unit in which to display byte valuesAPI name:
bytes -
detailed
@Nullable public java.lang.Boolean detailed()Iftrue, the response includes detailed information about shard recoveriesAPI name:
detailed
-