Interface GetJobQueueSnapshotResponse.Builder

    • Method Detail

      • frontOfQueue

        GetJobQueueSnapshotResponse.Builder frontOfQueue​(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 fair share scheduling (FSS) job queues, jobs are ordered based on their job priority and share usage.

        Parameters:
        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 fair share scheduling (FSS) job queues, jobs are ordered based on their job priority and share usage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.