Class GetJobQueueSnapshotResponse

    • Method Detail

      • frontOfQueue

        public final FrontOfQueueDetail frontOfQueue()

        The list of the first 100 RUNNABLE jobs in each job queue. For first-in-first-out (FIFO) job queues, jobs are ordered based on their submission time. For job queues with an attached fair-share scheduling (FSS) or quota-share policy, jobs are ordered based on their job priority and share usage.

        Returns:
        The list of the first 100 RUNNABLE jobs in each job queue. For first-in-first-out (FIFO) job queues, jobs are ordered based on their submission time. For job queues with an attached fair-share scheduling (FSS) or quota-share policy, jobs are ordered based on their job priority and share usage.
      • frontOfQuotaShares

        public final FrontOfQuotaSharesDetail frontOfQuotaShares()

        The first RUNNABLE job in each quota share. Jobs are ordered based on their job priority and share usage.

        Returns:
        The first RUNNABLE job in each quota share. Jobs are ordered based on their job priority and share usage.
      • queueUtilization

        public final QueueSnapshotUtilizationDetail queueUtilization()

        The job queue's capacity utilization, including total usage and breakdown per given share.

        Returns:
        The job queue's capacity utilization, including total usage and breakdown per given share.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object