Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FSQueue
Packages that use FSQueue
Package
Description
This package contains classes related to the Fair Scheduler ->
Capacity Scheduler conversion.
This package contains the web data access objects (DAO) for the RM.
-
Uses of FSQueue in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair
Subclasses of FSQueue in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fairMethods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair that return FSQueueModifier and TypeMethodDescriptionGets a queue by name.Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair that return types with arguments of type FSQueueModifier and TypeMethodDescriptionFSLeafQueue.getChildQueues()FSParentQueue.getChildQueues()FSQueue.getChildQueues()Gets the children of this queue, if any.QueueManager.getQueues()Get a collection of all queues.Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with parameters of type FSQueueModifier and TypeMethodDescriptionbooleanMaxRunningAppsEnforcer.canAppBeRunnable(FSQueue queue, FSAppAttempt attempt) Checks whether making the application runnable would exceed any maxRunningApps limits.booleanMaxRunningAppsEnforcer.exceedQueueMaxRunningApps(FSQueue queue) Recursively checks whether the number of queue runnable apps exceeds the limitation.voidAllocationConfiguration.initFSQueue(FSQueue queue) Initialize aFSQueuewith queue-specific properties and its metrics.Method parameters in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with type arguments of type FSQueueModifier and TypeMethodDescriptionabstract voidSchedulingPolicy.computeSteadyShares(Collection<? extends FSQueue> queues, org.apache.hadoop.yarn.api.records.Resource totalResources) Computes and updates the steady shares ofFSQueues as per theSchedulingPolicy. -
Uses of FSQueue in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.converter
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.converter with parameters of type FSQueueMethod parameters in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.converter with type arguments of type FSQueueModifier and TypeMethodDescriptionvoidFSQueueConverter.emitDefaultUserLimitFactor(String queueName, List<FSQueue> children) -
Uses of FSQueue in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.converter.weightconversion
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.converter.weightconversion with parameters of type FSQueueModifier and TypeMethodDescriptionvoidCapacityConverter.convertWeightsForChildQueues(FSQueue queue, CapacitySchedulerConfiguration csConfig) voidWeightToPercentConverter.convertWeightsForChildQueues(FSQueue queue, CapacitySchedulerConfiguration csConfig) voidWeightToWeightConverter.convertWeightsForChildQueues(FSQueue queue, CapacitySchedulerConfiguration csConfig) -
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 FSQueueModifier and TypeMethodDescriptionstatic voidComputeFairShares.computeSteadyShares(Collection<? extends FSQueue> queues, org.apache.hadoop.yarn.api.records.Resource totalResources, String type) Compute the steady fair share of the given queues.voidDominantResourceFairnessPolicy.computeSteadyShares(Collection<? extends FSQueue> queues, org.apache.hadoop.yarn.api.records.Resource totalResources) voidFairSharePolicy.computeSteadyShares(Collection<? extends FSQueue> queues, org.apache.hadoop.yarn.api.records.Resource totalResources) voidFifoPolicy.computeSteadyShares(Collection<? extends FSQueue> queues, org.apache.hadoop.yarn.api.records.Resource totalResources) -
Uses of FSQueue in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao
Methods in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao with parameters of type FSQueueModifier and TypeMethodDescriptionprotected FairSchedulerQueueInfoListFairSchedulerQueueInfo.getChildQueues(FSQueue queue, FairScheduler scheduler) Constructors in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao with parameters of type FSQueue