Class ListTasksRequest

    • Constructor Detail

      • ListTasksRequest

        public ListTasksRequest()
      • ListTasksRequest

        public ListTasksRequest​(StreamInput in)
                         throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getDetailed

        public boolean getDetailed()
        Should the detailed task information be returned.
      • setDetailed

        public ListTasksRequest setDetailed​(boolean detailed)
        Should the detailed task information be returned.
      • getWaitForCompletion

        public boolean getWaitForCompletion()
        Should this request wait for all found tasks to complete?
      • setWaitForCompletion

        public ListTasksRequest setWaitForCompletion​(boolean waitForCompletion)
        Should this request wait for all found tasks to complete?