Class RecoveryRequest
- java.lang.Object
-
- org.opensearch.client.opensearch._types.RequestBase
-
- org.opensearch.client.opensearch.cat.CatRequestBase
-
- org.opensearch.client.opensearch.cat.RecoveryRequest
-
public class RecoveryRequest extends CatRequestBase
Returns information about index shard recoveries, both on-going completed.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRecoveryRequest.BuilderBuilder forRecoveryRequest.-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch.cat.CatRequestBase
CatRequestBase.CatRequestBaseBuilder<BuilderT extends CatRequestBase.CatRequestBaseBuilder>
-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
-
Field Summary
Fields Modifier and Type Field Description static Endpoint<RecoveryRequest,RecoveryResponse,ErrorResponse>_ENDPOINTEndpoint "cat.recovery".
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods 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 informationstatic RecoveryRequestof(java.util.function.Function<RecoveryRequest.Builder,ObjectBuilder<RecoveryRequest>> fn)-
Methods inherited from class org.opensearch.client.opensearch.cat.CatRequestBase
headers, queryParameters, sort
-
-
-
-
Field Detail
-
_ENDPOINT
public static final Endpoint<RecoveryRequest,RecoveryResponse,ErrorResponse> _ENDPOINT
Endpoint "cat.recovery".
-
-
Method Detail
-
of
public static RecoveryRequest of(java.util.function.Function<RecoveryRequest.Builder,ObjectBuilder<RecoveryRequest>> fn)
-
activeOnly
@Nullable public final java.lang.Boolean activeOnly()
Iftrue, the response only includes ongoing shard recoveriesAPI name:
active_only
-
bytes
@Nullable public final Bytes bytes()
The unit in which to display byte valuesAPI name:
bytes
-
detailed
@Nullable public final java.lang.Boolean detailed()
Iftrue, the response includes detailed information about shard recoveriesAPI name:
detailed
-
index
public final java.util.List<java.lang.String> index()
Comma-separated list or wildcard expression of index names to limit the returned informationAPI name:
index
-
-