| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.api.records | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract QueueStatistics | QueueInfo. getQueueStatistics()Get the  queue statsfor the queue | 
| static QueueStatistics | QueueStatistics. newInstance(long submitted,
           long running,
           long pending,
           long completed,
           long killed,
           long failed,
           long activeUsers,
           long availableMemoryMB,
           long allocatedMemoryMB,
           long pendingMemoryMB,
           long reservedMemoryMB,
           long availableVCores,
           long allocatedVCores,
           long pendingVCores,
           long reservedVCores) | 
| Modifier and Type | Method and Description | 
|---|---|
| static QueueInfo | QueueInfo. newInstance(String queueName,
           float capacity,
           float maximumCapacity,
           float currentCapacity,
           List<QueueInfo> childQueues,
           List<ApplicationReport> applications,
           QueueState queueState,
           Set<String> accessibleNodeLabels,
           String defaultNodeLabelExpression,
           QueueStatistics queueStatistics,
           boolean preemptionDisabled) | 
| static QueueInfo | QueueInfo. newInstance(String queueName,
           float capacity,
           float maximumCapacity,
           float currentCapacity,
           List<QueueInfo> childQueues,
           List<ApplicationReport> applications,
           QueueState queueState,
           Set<String> accessibleNodeLabels,
           String defaultNodeLabelExpression,
           QueueStatistics queueStatistics,
           boolean preemptionDisabled,
           Map<String,QueueConfigurations> queueConfigurations) | 
| static QueueInfo | QueueInfo. newInstance(String queueName,
           float capacity,
           float maximumCapacity,
           float currentCapacity,
           List<QueueInfo> childQueues,
           List<ApplicationReport> applications,
           QueueState queueState,
           Set<String> accessibleNodeLabels,
           String defaultNodeLabelExpression,
           QueueStatistics queueStatistics,
           boolean preemptionDisabled,
           Map<String,QueueConfigurations> queueConfigurations,
           boolean intraQueuePreemptionDisabled) | 
| abstract void | QueueInfo. setQueueStatistics(QueueStatistics queueStatistics)Set the queue statistics for the queue | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.