Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FSLeafQueue

Packages that use FSLeafQueue
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair   
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao   
 

Uses of FSLeafQueue in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair that return FSLeafQueue
 FSLeafQueue QueueManager.getLeafQueue(String name, boolean create)
          Get a queue by name, creating it if the create param is true and is necessary.
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair that return types with arguments of type FSLeafQueue
 Collection<FSLeafQueue> QueueManager.getLeafQueues()
          Get a collection of all leaf queues
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with parameters of type FSLeafQueue
protected  org.apache.hadoop.yarn.api.records.Resource FairScheduler.resToPreempt(FSLeafQueue sched, long curTime)
          Return the resource amount that this queue is allowed to preempt, if any.
 

Method parameters in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with type arguments of type FSLeafQueue
protected  void FairScheduler.preemptResources(Collection<FSLeafQueue> scheds, org.apache.hadoop.yarn.api.records.Resource toPreempt)
          Preempt a quantity of resources from a list of QueueSchedulables.
 

Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with parameters of type FSLeafQueue
AppSchedulable(FairScheduler scheduler, FSSchedulerApp app, FSLeafQueue queue)
           
 

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

Constructors in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao with parameters of type FSLeafQueue
FairSchedulerLeafQueueInfo(FSLeafQueue queue, FairScheduler scheduler)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.