Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.AbstractLeafQueue
Packages that use AbstractLeafQueue
Package
Description
-
Uses of AbstractLeafQueue in org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity
Methods in org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity with parameters of type AbstractLeafQueue -
Uses of AbstractLeafQueue in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity
Modifier and TypeClassDescriptionclassAbstract class for dynamic auto created queues managed by an implementation of AbstractManagedParentQueueclassLeaf queues which are auto created by an underlying implementation of AbstractManagedParentQueue.classclassThis represents a dynamicLeafQueuemanaged by theReservationSystemMethods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity that return AbstractLeafQueueModifier and TypeMethodDescriptionCapacitySchedulerQueueManager.createQueue(QueuePath queue) Auto creates a LeafQueue and its upper hierarchy given a path at runtime.CapacitySchedulerQueueManager.getAndCheckLeafQueue(String queue) Check that the String provided in input is the name of an existing, LeafQueue, if successful returns the queue.Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with parameters of type AbstractLeafQueueModifierConstructorDescriptionCapacityHeadroomProvider(UsersManager.User user, AbstractLeafQueue queue, FiCaSchedulerApp application, org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.AbstractLeafQueue.QueueResourceLimitsInfo queueResourceLimitsInfo) UsersManager(QueueMetrics metrics, AbstractLeafQueue lQueue, RMNodeLabelsManager labelManager, org.apache.hadoop.yarn.util.resource.ResourceCalculator resourceCalculator) UsersManager Constructor. -
Uses of AbstractLeafQueue in org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.fica
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.fica that return AbstractLeafQueue