Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAutoCreatedLeafQueue
Abstract class for dynamic auto created queues managed by an implementation
of AbstractManagedParentQueue
|
class |
AbstractManagedParentQueue
A container class for automatically created child leaf queues.
|
class |
AutoCreatedLeafQueue
Leaf queues which are auto created by an underlying implementation of
AbstractManagedParentQueue.
|
class |
LeafQueue |
class |
ManagedParentQueue
Auto Creation enabled Parent queue.
|
class |
ParentQueue |
class |
PlanQueue
This represents a dynamic queue managed by the
ReservationSystem . |
class |
ReservationQueue
This represents a dynamic
LeafQueue managed by the
ReservationSystem |
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–2022 Apache Software Foundation. All rights reserved.