Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FSLeafQueue
Packages that use FSLeafQueue
Package
Description
This package contains the web data access objects (DAO) for the RM.
-
Uses of FSLeafQueue in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair that return FSLeafQueueModifier and TypeMethodDescriptionQueueManager.getLeafQueue(String name, boolean create) Get a leaf queue by name, creating it if the create param istrueand the queue does not exist.QueueManager.getLeafQueue(String name, boolean create, org.apache.hadoop.yarn.api.records.ApplicationId applicationId) Get a leaf queue by name, creating it if the create param istrueand the queue does not exist.FSAppAttempt.getQueue()Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair that return types with arguments of type FSLeafQueueModifier and TypeMethodDescriptionQueueManager.getLeafQueues()Get a collection of all leaf queues.Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with parameters of type FSLeafQueueModifier and TypeMethodDescriptionvoidMaxRunningAppsEnforcer.updateRunnabilityOnAppRemoval(FSAppAttempt app, FSLeafQueue queue) Checks to see whether any other applications runnable now that the given application has been removed from the given queue.Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with parameters of type FSLeafQueueModifierConstructorDescriptionFSAppAttempt(FairScheduler scheduler, org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId, String user, FSLeafQueue queue, ActiveUsersManager activeUsersManager, RMContext rmContext) -
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 FSLeafQueueModifierConstructorDescriptionFairSchedulerLeafQueueInfo(FSLeafQueue queue, FairScheduler scheduler)