Class UpdateByQueryRethrottleRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.core.UpdateByQueryRethrottleRequest
Changes the number of requests per second for a particular Update By Query
operation.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionEndpoint "update_by_query_rethrottle". -
Method Summary
Modifier and TypeMethodDescriptionof(Function<UpdateByQueryRethrottleRequest.Builder, ObjectBuilder<UpdateByQueryRethrottleRequest>> fn) final FloatThe throttle for this request in sub-requests per second.final StringtaskId()Required - The ID for the task.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<UpdateByQueryRethrottleRequest,UpdateByQueryRethrottleResponse, _ENDPOINTErrorResponse> Endpoint "update_by_query_rethrottle".
-
-
Method Details
-
of
-
requestsPerSecond
The throttle for this request in sub-requests per second.API name:
requests_per_second -
taskId
Required - The ID for the task.API name:
task_id
-