Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.QueueEntitlement
Packages that use QueueEntitlement
Package
Description
-
Uses of QueueEntitlement in org.apache.hadoop.yarn.server.resourcemanager.scheduler
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler with parameters of type QueueEntitlementModifier and TypeMethodDescriptionvoidAbstractYarnScheduler.setEntitlement(String queue, QueueEntitlement entitlement) voidYarnScheduler.setEntitlement(String queue, QueueEntitlement entitlement) This method increase the entitlement for current queue (must respect invariants, e.g., no overcommit of parents, non negative, etc.). -
Uses of QueueEntitlement in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with parameters of type QueueEntitlementModifier and TypeMethodDescriptionvoidAbstractAutoCreatedLeafQueue.setEntitlement(String nodeLabel, QueueEntitlement entitlement) This methods to change capacity for a queue and adjusts its absoluteCapacity.voidAbstractAutoCreatedLeafQueue.setEntitlement(QueueEntitlement entitlement) This methods to change capacity for a queue and adjusts its absoluteCapacityvoidCapacityScheduler.setEntitlement(String inQueue, QueueEntitlement entitlement) protected voidAbstractManagedParentQueue.validateQueueEntitlementChange(AbstractAutoCreatedLeafQueue leafQueue, QueueEntitlement entitlement) -
Uses of QueueEntitlement in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with parameters of type QueueEntitlementModifier and TypeMethodDescriptionvoidFairScheduler.setEntitlement(String queueName, QueueEntitlement entitlement)