Uses of Interface
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CSQueue

Packages that use CSQueue
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity   
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao   
 

Uses of CSQueue in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity
 

Classes in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity that implement CSQueue
 class LeafQueue
           
 class ParentQueue
           
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity that return CSQueue
 CSQueue LeafQueue.getParent()
           
 CSQueue ParentQueue.getParent()
           
 CSQueue CSQueue.getParent()
          Get the parent Queue.
 CSQueue CapacityScheduler.getRootQueue()
           
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity that return types with arguments of type CSQueue
 List<CSQueue> LeafQueue.getChildQueues()
           
 List<CSQueue> ParentQueue.getChildQueues()
           
 List<CSQueue> CSQueue.getChildQueues()
          Get child queues
 Comparator<CSQueue> CapacitySchedulerContext.getQueueComparator()
           
 Comparator<CSQueue> CapacityScheduler.getQueueComparator()
           
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with parameters of type CSQueue
 void LeafQueue.completedContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource, FiCaSchedulerApp application, FiCaSchedulerNode node, RMContainer rmContainer, org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus, RMContainerEventType event, CSQueue childQueue)
           
 void ParentQueue.completedContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource, FiCaSchedulerApp application, FiCaSchedulerNode node, RMContainer rmContainer, org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus, RMContainerEventType event, CSQueue completedChildQueue)
           
 void CSQueue.completedContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource, FiCaSchedulerApp application, FiCaSchedulerNode node, RMContainer container, org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus, RMContainerEventType event, CSQueue childQueue)
          A container assigned to the queue has completed.
 void LeafQueue.reinitialize(CSQueue newlyParsedQueue, org.apache.hadoop.yarn.api.records.Resource clusterResource)
           
 void ParentQueue.reinitialize(CSQueue newlyParsedQueue, org.apache.hadoop.yarn.api.records.Resource clusterResource)
           
 void CSQueue.reinitialize(CSQueue newlyParsedQueue, org.apache.hadoop.yarn.api.records.Resource clusterResource)
          Reinitialize the queue.
 void LeafQueue.setParent(CSQueue newParentQueue)
           
 void ParentQueue.setParent(CSQueue newParentQueue)
           
 void CSQueue.setParent(CSQueue newParentQueue)
          Set the parent Queue.
 

Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with parameters of type CSQueue
LeafQueue(CapacitySchedulerContext cs, String queueName, CSQueue parent, CSQueue old)
           
ParentQueue(CapacitySchedulerContext cs, String queueName, CSQueue parent, CSQueue old)
           
 

Uses of CSQueue in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao with parameters of type CSQueue
protected  CapacitySchedulerQueueInfoList CapacitySchedulerInfo.getQueues(CSQueue parent)
           
 

Constructors in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao with parameters of type CSQueue
CapacitySchedulerInfo(CSQueue parent)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.