Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity | |
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.queuemanagement |
Contains classes that are related to the newer
version of CS placement engine.
|
Modifier and Type | Method and Description |
---|---|
QueueCapacities |
AutoCreatedLeafQueueConfig.getQueueCapacities() |
QueueCapacities |
CSQueue.getQueueCapacities()
Get QueueCapacities of this queue
|
QueueCapacities |
AbstractCSQueue.getQueueCapacities() |
Modifier and Type | Method and Description |
---|---|
AutoCreatedLeafQueueConfig.Builder |
AutoCreatedLeafQueueConfig.Builder.capacities(QueueCapacities capacities) |
static void |
CSQueueUtils.loadCapacitiesByLabelsFromConf(QueuePath queuePath,
QueueCapacities queueCapacities,
CapacitySchedulerConfiguration csConf,
Set<String> nodeLabels) |
void |
AutoCreatedLeafQueue.mergeCapacities(QueueCapacities capacities,
QueueResourceQuotas resourceQuotas) |
static void |
CSQueueUtils.updateAbsoluteCapacitiesByNodeLabels(QueueCapacities queueCapacities,
QueueCapacities parentQueueCapacities,
Set<String> nodeLabels,
boolean isLegacyQueueMode) |
Modifier and Type | Method and Description |
---|---|
QueueCapacities |
LeafQueueEntitlements.getCapacityOfQueue(AutoCreatedLeafQueue leafQueue) |
QueueCapacities |
LeafQueueEntitlements.getCapacityOfQueueByPath(String leafQueuePath) |
Modifier and Type | Method and Description |
---|---|
Map<String,QueueCapacities> |
LeafQueueEntitlements.getEntitlements() |
Modifier and Type | Method and Description |
---|---|
void |
GuaranteedOrZeroCapacityOverTimePolicy.updateTemplateAbsoluteCapacities(QueueCapacities queueCapacities) |
Modifier and Type | Method and Description |
---|---|
List<QueueManagementChange> |
LeafQueueEntitlements.mapToQueueManagementChanges(BiFunction<String,QueueCapacities,QueueManagementChange> func) |
Constructor and Description |
---|
DeactivatedLeafQueuesByLabel(Map<String,QueueCapacities> deactivatedLeafQueues,
String parentQueuePath,
String nodeLabel,
float sumOfChildQueueActivatedCapacity,
float parentAbsoluteCapacity,
float leafQueueTemplateAbsoluteCapacity) |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.