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 |
---|---|
Collection<FSQueue> |
FSLeafQueue.getChildQueues() |
abstract Collection<FSQueue> |
FSQueue.getChildQueues()
Gets the children of this queue, if any.
|
Collection<FSQueue> |
FSParentQueue.getChildQueues() |
Collection<FSQueue> |
QueueManager.getQueues()
Get a collection of all queues
|
Modifier and Type | Method and Description |
---|---|
void |
FSParentQueue.addChildQueue(FSQueue child) |
Constructor and Description |
---|
FairSchedulerQueueInfo(FSQueue queue,
FairScheduler scheduler) |
Copyright © 2013 Apache Software Foundation. All rights reserved.