Interface SchedulerStatus.Builder

  • Method Details

    • currentInQueueJobRuns

      SchedulerStatus.Builder currentInQueueJobRuns(Integer currentInQueueJobRuns)

      The number of job runs currently waiting in the queue (PENDING or SUBMITTED) for the virtual cluster.

      Parameters:
      currentInQueueJobRuns - The number of job runs currently waiting in the queue (PENDING or SUBMITTED) for the virtual cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • currentConcurrentJobRuns

      SchedulerStatus.Builder currentConcurrentJobRuns(Integer currentConcurrentJobRuns)

      The number of job runs currently in the RUNNING state for the virtual cluster.

      Parameters:
      currentConcurrentJobRuns - The number of job runs currently in the RUNNING state for the virtual cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.