Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair | |
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao |
Modifier and Type | Method and Description |
---|---|
FSLeafQueue |
QueueManager.getLeafQueue(String name,
boolean create)
Get a queue by name, creating it if the create param is true and is necessary.
|
Modifier and Type | Method and Description |
---|---|
Collection<FSLeafQueue> |
QueueManager.getLeafQueues()
Get a collection of all leaf queues
|
Modifier and Type | Method and Description |
---|---|
protected Resource |
FairScheduler.resToPreempt(FSLeafQueue sched,
long curTime)
Return the resource amount that this queue is allowed to preempt, if any.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FairScheduler.preemptResources(Collection<FSLeafQueue> scheds,
Resource toPreempt)
Preempt a quantity of resources from a list of QueueSchedulables.
|
Constructor and Description |
---|
AppSchedulable(FairScheduler scheduler,
FSSchedulerApp app,
FSLeafQueue queue) |
Constructor and Description |
---|
FairSchedulerLeafQueueInfo(FSLeafQueue queue,
FairScheduler scheduler) |
Copyright © 2013 Apache Software Foundation. All rights reserved.