Class GetTaskRequestBuilder
java.lang.Object
org.elasticsearch.action.ActionRequestBuilder<GetTaskRequest,GetTaskResponse>
org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequestBuilder
Builder for the request to retrieve the list of tasks running on the specified nodes
-
Field Summary
Fields inherited from class org.elasticsearch.action.ActionRequestBuilder
action, client, request -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal GetTaskRequestBuilderSet the TaskId to look up.final GetTaskRequestBuildersetTimeout(org.elasticsearch.core.TimeValue timeout) Timeout to wait for any async actions this request must take.final GetTaskRequestBuildersetWaitForCompletion(boolean waitForCompletion) Should this request wait for all found tasks to complete?
-
Constructor Details
-
GetTaskRequestBuilder
-
-
Method Details
-
setTaskId
Set the TaskId to look up. Required. -
setWaitForCompletion
Should this request wait for all found tasks to complete? -
setTimeout
Timeout to wait for any async actions this request must take. It must take anywhere from 0 to 2.
-