static QueueSnapshotUtilizationDetail.Builder |
QueueSnapshotUtilizationDetail.builder() |
|
default QueueSnapshotUtilizationDetail.Builder |
QueueSnapshotUtilizationDetail.Builder.fairshareUtilization(Consumer<FairshareUtilizationDetail.Builder> fairshareUtilization) |
The utilization information for a fairshare scheduling job queues, including active share count and top
capacity utilization by share.
|
QueueSnapshotUtilizationDetail.Builder |
QueueSnapshotUtilizationDetail.Builder.fairshareUtilization(FairshareUtilizationDetail fairshareUtilization) |
The utilization information for a fairshare scheduling job queues, including active share count and top
capacity utilization by share.
|
QueueSnapshotUtilizationDetail.Builder |
QueueSnapshotUtilizationDetail.Builder.lastUpdatedAt(Long lastUpdatedAt) |
The Unix timestamp (in milliseconds) for when the queue utilization information was last updated.
|
QueueSnapshotUtilizationDetail.Builder |
QueueSnapshotUtilizationDetail.toBuilder() |
|
QueueSnapshotUtilizationDetail.Builder |
QueueSnapshotUtilizationDetail.Builder.totalCapacityUsage(Collection<QueueSnapshotCapacityUsage> totalCapacityUsage) |
The total capacity usage for the entire job queue, for both first-in, first-out (FIFO) and fairshare
scheduling job queue.
|
QueueSnapshotUtilizationDetail.Builder |
QueueSnapshotUtilizationDetail.Builder.totalCapacityUsage(Consumer<QueueSnapshotCapacityUsage.Builder>... totalCapacityUsage) |
The total capacity usage for the entire job queue, for both first-in, first-out (FIFO) and fairshare
scheduling job queue.
|
QueueSnapshotUtilizationDetail.Builder |
QueueSnapshotUtilizationDetail.Builder.totalCapacityUsage(QueueSnapshotCapacityUsage... totalCapacityUsage) |
The total capacity usage for the entire job queue, for both first-in, first-out (FIFO) and fairshare
scheduling job queue.
|