Class DeleteByQueryRethrottleRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.core.DeleteByQueryRethrottleRequest
Changes the number of requests per second for a particular Delete 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 "delete_by_query_rethrottle". -
Method Summary
Modifier and TypeMethodDescriptionof(Function<DeleteByQueryRethrottleRequest.Builder, ObjectBuilder<DeleteByQueryRethrottleRequest>> 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<DeleteByQueryRethrottleRequest,DeleteByQueryRethrottleResponse, _ENDPOINTErrorResponse> Endpoint "delete_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
-