| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair | |
| org.apache.hadoop.yarn.server.resourcemanager.webapp.dao |
| Modifier and Type | Class and Description |
|---|---|
class |
FSLeafQueue |
class |
FSParentQueue |
| Modifier and Type | Method and Description |
|---|---|
FSQueue |
QueueManager.getQueue(String name)
Gets a queue by name.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
FairSchedulerQueueInfo(FSQueue queue,
FairScheduler scheduler) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.