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 AbstractCSQueue
           
 class LeafQueue
           
 class ParentQueue
           
 class PlanQueue
          This represents a dynamic queue managed by the ReservationSystem.
 class ReservationQueue
          This represents a dynamic LeafQueue managed by the ReservationSystem
 

Fields in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with type parameters of type CSQueue
protected  Set<CSQueue> ParentQueue.childQueues
           
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity that return CSQueue
 CSQueue CSQueue.getParent()
          Get the parent Queue.
 CSQueue AbstractCSQueue.getParent()
           
 CSQueue CapacityScheduler.getQueue(String queueName)
           
 CSQueue CapacityScheduler.getRootQueue()
           
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity that return types with arguments of type CSQueue
 List<CSQueue> ParentQueue.getChildQueues()
           
 List<CSQueue> LeafQueue.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 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, boolean sortQueues)
           
 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, boolean sortQueues)
           
 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, boolean sortQueues)
          A container assigned to the queue has completed.
 void ReservationQueue.reinitialize(CSQueue newlyParsedQueue, org.apache.hadoop.yarn.api.records.Resource clusterResource)
           
 void PlanQueue.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 LeafQueue.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 CSQueue.setParent(CSQueue newParentQueue)
          Set the parent Queue.
 void AbstractCSQueue.setParent(CSQueue newParentQueue)
           
 

Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with parameters of type CSQueue
AbstractCSQueue(CapacitySchedulerContext cs, String queueName, CSQueue parent, CSQueue old)
           
LeafQueue(CapacitySchedulerContext cs, String queueName, CSQueue parent, CSQueue old)
           
ParentQueue(CapacitySchedulerContext cs, String queueName, CSQueue parent, CSQueue old)
           
PlanQueue(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.