| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractAutoCreatedLeafQueueAbstract class for dynamic auto created queues managed by an implementation
 of AbstractManagedParentQueue | 
| class  | AbstractManagedParentQueueA container class for automatically created child leaf queues. | 
| class  | AutoCreatedLeafQueueLeaf queues which are auto created by an underlying implementation of
 AbstractManagedParentQueue. | 
| class  | LeafQueue | 
| class  | ManagedParentQueueAuto Creation enabled Parent queue. | 
| class  | ParentQueue | 
| class  | PlanQueueThis represents a dynamic queue managed by the  ReservationSystem. | 
| class  | ReservationQueueThis represents a dynamic  LeafQueuemanaged by theReservationSystem | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | CSQueueUtils. updateConfiguredCapacityMetrics(org.apache.hadoop.yarn.util.resource.ResourceCalculator rc,
                               org.apache.hadoop.yarn.api.records.Resource partitionResource,
                               String partition,
                               AbstractCSQueue queue)Updated configured capacity/max-capacity for queue. | 
| static void | CSQueueUtils. updateQueueStatistics(org.apache.hadoop.yarn.util.resource.ResourceCalculator rc,
                     org.apache.hadoop.yarn.api.records.Resource cluster,
                     AbstractCSQueue childQueue,
                     RMNodeLabelsManager nlm,
                     String nodePartition)
 Update Queue Statistics: | 
| static void | CSQueueUtils. updateUsedCapacity(org.apache.hadoop.yarn.util.resource.ResourceCalculator rc,
                  org.apache.hadoop.yarn.api.records.Resource totalPartitionResource,
                  String nodePartition,
                  AbstractCSQueue childQueue)Update partitioned resource usage, if nodePartition == null, will update
 used resource for all partitions of this queue. | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.