|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FSLeafQueue | |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair | |
| org.apache.hadoop.yarn.server.resourcemanager.webapp.dao | |
| Uses of FSLeafQueue in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair that return FSLeafQueue | |
|---|---|
FSLeafQueue |
QueueManager.getLeafQueue(String name,
boolean create)
Get a leaf queue by name, creating it if the create param is true and is necessary. |
FSLeafQueue |
FSAppAttempt.getQueue()
|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair that return types with arguments of type FSLeafQueue | |
|---|---|
Collection<FSLeafQueue> |
QueueManager.getLeafQueues()
Get a collection of all leaf queues |
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with parameters of type FSLeafQueue | |
|---|---|
protected org.apache.hadoop.yarn.api.records.Resource |
FairScheduler.resToPreempt(FSLeafQueue sched,
long curTime)
Return the resource amount that this queue is allowed to preempt, if any. |
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. |
| Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with parameters of type FSLeafQueue | |
|---|---|
FSAppAttempt(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 FSLeafQueue | |
|---|---|
FairSchedulerLeafQueueInfo(FSLeafQueue queue,
FairScheduler scheduler)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||