Class ListRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.tasks.ListRequest
Returns a list of tasks.
- 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 TypeFieldDescriptionstatic final Endpoint<ListRequest,ListResponse, ErrorResponse> Endpoint "tasks.list". -
Method Summary
Modifier and TypeMethodDescriptionactions()A comma-separated list of actions that should be returned.final Booleandetailed()Return detailed task information (default: false)final GroupBygroupBy()Group tasks by nodes or parent/child relationshipsnodes()A comma-separated list of node IDs or names to limit the returned information; use_localto return information from the node you're connecting to, leave empty to get information from all nodesstatic ListRequestfinal StringReturn tasks with specified parent task id (node_id:task_number).final Timetimeout()Explicit operation timeoutfinal BooleanWait for the matching tasks to complete (default: false)Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "tasks.list".
-
-
Method Details
-
of
-
actions
A comma-separated list of actions that should be returned. Leave empty to return all.API name:
actions -
detailed
Return detailed task information (default: false)API name:
detailed -
groupBy
Group tasks by nodes or parent/child relationshipsAPI name:
group_by -
nodes
A comma-separated list of node IDs or names to limit the returned information; use_localto return information from the node you're connecting to, leave empty to get information from all nodesAPI name:
nodes -
parentTaskId
Return tasks with specified parent task id (node_id:task_number). Set to -1 to return all.API name:
parent_task_id -
timeout
Explicit operation timeoutAPI name:
timeout -
waitForCompletion
Wait for the matching tasks to complete (default: false)API name:
wait_for_completion
-