Modifier and Type | Method and Description |
---|---|
void |
TempQueuePerPartition.setLeafQueue(AbstractLeafQueue l) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAutoCreatedLeafQueue
Abstract class for dynamic auto created queues managed by an implementation
of AbstractManagedParentQueue
|
class |
AutoCreatedLeafQueue
Leaf queues which are auto created by an underlying implementation of
AbstractManagedParentQueue.
|
class |
LeafQueue |
class |
ReservationQueue
This represents a dynamic
LeafQueue managed by the
ReservationSystem |
Modifier and Type | Method and Description |
---|---|
AbstractLeafQueue |
CapacitySchedulerQueueManager.createQueue(QueuePath queue)
Auto creates a LeafQueue and its upper hierarchy given a path at runtime.
|
AbstractLeafQueue |
CapacitySchedulerQueueManager.getAndCheckLeafQueue(String queue)
Check that the String provided in input is the name of an existing,
LeafQueue, if successful returns the queue.
|
Constructor and Description |
---|
CapacityHeadroomProvider(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.
|
Modifier and Type | Method and Description |
---|---|
AbstractLeafQueue |
FiCaSchedulerApp.getCSLeafQueue() |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.