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 leaf queue by name, creating it if the create param is true and is necessary.
|
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 |
---|---|
protected HashMap<FSAppAttempt,org.apache.hadoop.yarn.api.records.Resource> |
FairScheduler.resToPreempt(FSLeafQueue sched,
long curTime)
Returns map of applications to resource 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.
|
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 © 2015 Apache Software Foundation. All Rights Reserved.