Class TasksRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.cat.CatRequestBase
org.opensearch.client.opensearch.cat.TasksRequest
- All Implemented Interfaces:
ToCopyableBuilder<TasksRequest.Builder,TasksRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class TasksRequest
extends CatRequestBase
implements ToCopyableBuilder<TasksRequest.Builder,TasksRequest>
Lists the progress of all tasks currently running on the cluster.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch.cat.CatRequestBase
CatRequestBase.AbstractBuilder<BuilderT extends CatRequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<TasksRequest, TasksResponse, ErrorResponse> Endpoint "cat.tasks". -
Method Summary
Modifier and TypeMethodDescriptionactions()The task action names used to limit the response.protected voidapplyQueryParameters(Map<String, String> params) static TasksRequest.Builderbuilder()final Booleandetailed()Iftrue, the response includes detailed information about shard recoveries.booleaninthashCode()nodes()A comma-separated list of node IDs or names used to limit the returned information.static TasksRequestfinal StringThe parent task identifier, which is used to limit the response.final TimeUnittime()Specifies the time units, for example,5dor7h.Create a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch.cat.CatRequestBase
headers, sortMethods inherited from class org.opensearch.client.opensearch._types.RequestBase
errorTrace, humanMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_ENDPOINT
Endpoint "cat.tasks".
-
-
Method Details
-
of
-
actions
The task action names used to limit the response.API name:
actions -
detailed
Iftrue, the response includes detailed information about shard recoveries.API name:
detailed -
nodes
A comma-separated list of node IDs or names used to limit the returned information. Use_localto return information from the node to which you're connecting, specify a specific node from which to get information, or keep the parameter empty to get information from all nodes.API name:
nodes -
parentTaskId
The parent task identifier, which is used to limit the response.API name:
parent_task_id -
time
Specifies the time units, for example,5dor7h. For more information, see Supported units.API name:
time -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<TasksRequest.Builder,TasksRequest> - Returns:
- a new builder instance.
-
builder
-
applyQueryParameters
- Overrides:
applyQueryParametersin classCatRequestBase
-
hashCode
public int hashCode() -
equals
-