Class RecoveryRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.cat.CatRequestBase
co.elastic.clients.elasticsearch.cat.RecoveryRequest
Returns information about index shard recoveries, both on-going completed.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch.cat.CatRequestBase
CatRequestBase.AbstractBuilder<BuilderT extends CatRequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<RecoveryRequest,RecoveryResponse, ErrorResponse> Endpoint "cat.recovery". -
Method Summary
Modifier and TypeMethodDescriptionfinal BooleanIftrue, the response only includes ongoing shard recoveriesfinal Bytesbytes()The unit in which to display byte valuesfinal Booleandetailed()Iftrue, the response includes detailed information about shard recoveriesindex()Comma-separated list or wildcard expression of index names to limit the returned informationstatic RecoveryRequestMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "cat.recovery".
-
-
Method Details
-
of
public static RecoveryRequest of(Function<RecoveryRequest.Builder, ObjectBuilder<RecoveryRequest>> fn) -
activeOnly
Iftrue, the response only includes ongoing shard recoveriesAPI name:
active_only -
bytes
The unit in which to display byte valuesAPI name:
bytes -
detailed
Iftrue, the response includes detailed information about shard recoveriesAPI name:
detailed -
index
Comma-separated list or wildcard expression of index names to limit the returned informationAPI name:
index
-