Class ReindexRethrottleRequest
- java.lang.Object
-
- org.opensearch.client.opensearch._types.RequestBase
-
- org.opensearch.client.opensearch.core.ReindexRethrottleRequest
-
public class ReindexRethrottleRequest extends RequestBase
Changes the number of requests per second for a particular Reindex operation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReindexRethrottleRequest.BuilderBuilder forReindexRethrottleRequest.-
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<ReindexRethrottleRequest,ReindexRethrottleResponse,ErrorResponse>_ENDPOINTEndpoint "reindex_rethrottle".
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReindexRethrottleRequestof(java.util.function.Function<ReindexRethrottleRequest.Builder,ObjectBuilder<ReindexRethrottleRequest>> fn)java.lang.LongrequestsPerSecond()The throttle to set on this request in floating sub-requests per second.java.lang.StringtaskId()Required - The task id to rethrottle
-
-
-
Field Detail
-
_ENDPOINT
public static final Endpoint<ReindexRethrottleRequest,ReindexRethrottleResponse,ErrorResponse> _ENDPOINT
Endpoint "reindex_rethrottle".
-
-
Method Detail
-
of
public static ReindexRethrottleRequest of(java.util.function.Function<ReindexRethrottleRequest.Builder,ObjectBuilder<ReindexRethrottleRequest>> fn)
-
requestsPerSecond
@Nullable public final java.lang.Long requestsPerSecond()
The throttle to set on this request in floating sub-requests per second. -1 means set no throttle.API name:
requests_per_second
-
taskId
public final java.lang.String taskId()
Required - The task id to rethrottleAPI name:
task_id
-
-