| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair | |
| org.apache.hadoop.yarn.server.resourcemanager.webapp.dao | This package contains the web data access objects (DAO) for the RM. | 
| Modifier and Type | Method and Description | 
|---|---|
| FSLeafQueue | QueueManager. getLeafQueue(String name,
            boolean create)Get a leaf queue by name, creating it if the create param is
  trueand the queue does not exist. | 
| FSLeafQueue | 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 is
  trueand the queue does not exist. | 
| FSLeafQueue | FSAppAttempt. getQueue() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<FSLeafQueue> | QueueManager. getLeafQueues()Get a collection of all leaf queues. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MaxRunningAppsEnforcer. 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. | 
| Constructor and Description | 
|---|
| FSAppAttempt(FairScheduler scheduler,
            org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId,
            String user,
            FSLeafQueue queue,
            ActiveUsersManager activeUsersManager,
            RMContext rmContext) | 
| Constructor and Description | 
|---|
| FairSchedulerLeafQueueInfo(FSLeafQueue queue,
                          FairScheduler scheduler) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.