Class TasksRequest

java.lang.Object

public class TasksRequest
extends CatRequestBase
Returns information about the tasks currently executing on one or more nodes in the cluster.
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static TasksRequest of​(java.util.function.Function<TasksRequest.Builder,​ObjectBuilder<TasksRequest>> fn)
    • actions

      public final java.util.List<java.lang.String> actions()
      A comma-separated list of actions that should be returned. Leave empty to return all.

      API name: actions

    • detailed

      @Nullable public final java.lang.Boolean detailed()
      Return detailed task information (default: false)

      API name: detailed

    • nodeId

      public final java.util.List<java.lang.String> nodeId()
      API name: node_id
    • parentTask

      @Nullable public final java.lang.Long parentTask()
      API name: parent_task