Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair |
Modifier and Type | Field and Description |
---|---|
protected Map<ApplicationAttemptId,FSSchedulerApp> |
FairScheduler.applications |
Modifier and Type | Method and Description |
---|---|
FSSchedulerApp |
AppSchedulable.getApp() |
FSSchedulerApp |
FairScheduler.getSchedulerApp(ApplicationAttemptId appAttemptId) |
Modifier and Type | Method and Description |
---|---|
void |
FSLeafQueue.addApp(FSSchedulerApp app) |
Container |
AppSchedulable.createContainer(FSSchedulerApp application,
FSSchedulerNode node,
Resource capability,
Priority priority)
Create and return a container object reflecting an allocation for the
given appliction on the given node with the given capability and
priority.
|
void |
FSLeafQueue.removeApp(FSSchedulerApp app) |
void |
FSSchedulerNode.reserveResource(FSSchedulerApp application,
Priority priority,
RMContainer reservedContainer) |
void |
FSSchedulerNode.unreserveResource(FSSchedulerApp application) |
Constructor and Description |
---|
AppSchedulable(FairScheduler scheduler,
FSSchedulerApp app,
FSLeafQueue queue) |
Copyright © 2013 Apache Software Foundation. All rights reserved.