Uses of Class
org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequest
-
Packages that use GetTaskRequest Package Description org.elasticsearch.action.admin.cluster.node.tasks.get org.elasticsearch.client -
-
Uses of GetTaskRequest in org.elasticsearch.action.admin.cluster.node.tasks.get
Methods in org.elasticsearch.action.admin.cluster.node.tasks.get that return GetTaskRequest Modifier and Type Method Description GetTaskRequestGetTaskRequest. setTaskId(TaskId taskId)Set the TaskId to look up.GetTaskRequestGetTaskRequest. setTimeout(TimeValue timeout)Timeout to wait for any async actions this request must take.GetTaskRequestGetTaskRequest. setWaitForCompletion(boolean waitForCompletion)Should this request wait for all found tasks to complete?Methods in org.elasticsearch.action.admin.cluster.node.tasks.get with parameters of type GetTaskRequest Modifier and Type Method Description protected voidTransportGetTaskAction. doExecute(Task thisTask, GetTaskRequest request, ActionListener<GetTaskResponse> listener) -
Uses of GetTaskRequest in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetTaskRequest Modifier and Type Method Description static GetTaskRequestRequests. getTaskRequest()Creates a get task request.Methods in org.elasticsearch.client with parameters of type GetTaskRequest Modifier and Type Method Description ActionFuture<GetTaskResponse>ClusterAdminClient. getTask(GetTaskRequest request)Get a task.voidClusterAdminClient. getTask(GetTaskRequest request, ActionListener<GetTaskResponse> listener)Get a task.
-