Class TasksRequest


  • public class TasksRequest
    extends CatRequestBase
    Returns information about the tasks currently executing on one or more nodes in the cluster.
    • Method Detail

      • 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