Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity | |
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao |
Modifier and Type | Class and Description |
---|---|
class |
LeafQueue |
class |
ParentQueue |
Modifier and Type | Method and Description |
---|---|
CSQueue |
ParentQueue.getParent() |
CSQueue |
CSQueue.getParent()
Get the parent
Queue . |
CSQueue |
LeafQueue.getParent() |
CSQueue |
CapacityScheduler.getRootQueue() |
Modifier and Type | Method and Description |
---|---|
List<CSQueue> |
ParentQueue.getChildQueues() |
List<CSQueue> |
CSQueue.getChildQueues()
Get child queues
|
List<CSQueue> |
LeafQueue.getChildQueues() |
Comparator<CSQueue> |
CapacitySchedulerContext.getQueueComparator() |
Comparator<CSQueue> |
CapacityScheduler.getQueueComparator() |
Modifier and Type | Method and Description |
---|---|
void |
ParentQueue.completedContainer(Resource clusterResource,
FiCaSchedulerApp application,
FiCaSchedulerNode node,
RMContainer rmContainer,
ContainerStatus containerStatus,
RMContainerEventType event,
CSQueue completedChildQueue) |
void |
CSQueue.completedContainer(Resource clusterResource,
FiCaSchedulerApp application,
FiCaSchedulerNode node,
RMContainer container,
ContainerStatus containerStatus,
RMContainerEventType event,
CSQueue childQueue)
A container assigned to the queue has completed.
|
void |
LeafQueue.completedContainer(Resource clusterResource,
FiCaSchedulerApp application,
FiCaSchedulerNode node,
RMContainer rmContainer,
ContainerStatus containerStatus,
RMContainerEventType event,
CSQueue childQueue) |
void |
ParentQueue.reinitialize(CSQueue newlyParsedQueue,
Resource clusterResource) |
void |
CSQueue.reinitialize(CSQueue newlyParsedQueue,
Resource clusterResource)
Reinitialize the queue.
|
void |
LeafQueue.reinitialize(CSQueue newlyParsedQueue,
Resource clusterResource) |
void |
ParentQueue.setParent(CSQueue newParentQueue) |
void |
CSQueue.setParent(CSQueue newParentQueue)
Set the parent
Queue . |
void |
LeafQueue.setParent(CSQueue newParentQueue) |
Constructor and Description |
---|
LeafQueue(CapacitySchedulerContext cs,
String queueName,
CSQueue parent,
CSQueue old) |
ParentQueue(CapacitySchedulerContext cs,
String queueName,
CSQueue parent,
CSQueue old) |
Modifier and Type | Method and Description |
---|---|
protected CapacitySchedulerQueueInfoList |
CapacitySchedulerInfo.getQueues(CSQueue parent) |
Constructor and Description |
---|
CapacitySchedulerInfo(CSQueue parent) |
Copyright © 2013 Apache Software Foundation. All rights reserved.