Class GetTaskRequestBuilder

java.lang.Object
org.elasticsearch.action.ActionRequestBuilder<GetTaskRequest,GetTaskResponse>
org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequestBuilder

public class GetTaskRequestBuilder extends ActionRequestBuilder<GetTaskRequest,GetTaskResponse>
Builder for the request to retrieve the list of tasks running on the specified nodes
  • Constructor Details

  • Method Details

    • setTaskId

      public final GetTaskRequestBuilder setTaskId(TaskId taskId)
      Set the TaskId to look up. Required.
    • setWaitForCompletion

      public final GetTaskRequestBuilder setWaitForCompletion(boolean waitForCompletion)
      Should this request wait for all found tasks to complete?
    • setTimeout

      public final GetTaskRequestBuilder setTimeout(org.elasticsearch.core.TimeValue timeout)
      Timeout to wait for any async actions this request must take. It must take anywhere from 0 to 2.