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

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

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

Subclasses of FSQueue in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair
 class FSLeafQueue
           
 class FSParentQueue
           
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair that return FSQueue
 FSQueue QueueManager.getQueue(String name)
          Gets a queue by name.
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair that return types with arguments of type FSQueue
abstract  List<FSQueue> FSQueue.getChildQueues()
          Gets the children of this queue, if any.
 List<FSQueue> FSParentQueue.getChildQueues()
           
 List<FSQueue> FSLeafQueue.getChildQueues()
           
 Collection<FSQueue> QueueManager.getQueues()
          Get a collection of all queues
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with parameters of type FSQueue
 void FSParentQueue.addChildQueue(FSQueue child)
           
 boolean MaxRunningAppsEnforcer.canAppBeRunnable(FSQueue queue, String user)
          Checks whether making the application runnable would exceed any maxRunningApps limits.
protected  boolean QueueManager.isEmpty(FSQueue queue)
          Returns true if there are no applications, running or not, in the given queue or any of its descendents.
 

Method parameters in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with type arguments of type FSQueue
abstract  void SchedulingPolicy.computeSteadyShares(Collection<? extends FSQueue> queues, org.apache.hadoop.yarn.api.records.Resource totalResources)
          Computes and updates the steady shares of FSQueues as per the SchedulingPolicy.
 

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

Method parameters in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.policies with type arguments of type FSQueue
 void FifoPolicy.computeSteadyShares(Collection<? extends FSQueue> queues, org.apache.hadoop.yarn.api.records.Resource totalResources)
           
 void FairSharePolicy.computeSteadyShares(Collection<? extends FSQueue> queues, org.apache.hadoop.yarn.api.records.Resource totalResources)
           
 void DominantResourceFairnessPolicy.computeSteadyShares(Collection<? extends FSQueue> queues, org.apache.hadoop.yarn.api.records.Resource totalResources)
           
static void ComputeFairShares.computeSteadyShares(Collection<? extends FSQueue> queues, org.apache.hadoop.yarn.api.records.Resource totalResources, ResourceType type)
          Compute the steady fair share of the given queues.
 

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

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.