Class ReindexRethrottleRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.core.ReindexRethrottleRequest
public class ReindexRethrottleRequest extends RequestBase
Changes the number of requests per second for a particular Reindex operation.
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReindexRethrottleRequest.BuilderBuilder forReindexRethrottleRequest.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._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
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 rethrottleMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_ENDPOINT
public static final Endpoint<ReindexRethrottleRequest,ReindexRethrottleResponse,ErrorResponse> _ENDPOINTEndpoint "reindex_rethrottle".
-
-
Method Details
-
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
-