|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FSSchedulerApp | |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair |
Uses of FSSchedulerApp in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair |
---|
Fields in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with type parameters of type FSSchedulerApp | |
---|---|
protected Map<org.apache.hadoop.yarn.api.records.ApplicationAttemptId,FSSchedulerApp> |
FairScheduler.applications
|
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair that return FSSchedulerApp | |
---|---|
FSSchedulerApp |
AppSchedulable.getApp()
|
FSSchedulerApp |
FairScheduler.getSchedulerApp(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId)
|
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with parameters of type FSSchedulerApp | |
---|---|
void |
FSLeafQueue.addApp(FSSchedulerApp app)
|
org.apache.hadoop.yarn.api.records.Container |
AppSchedulable.createContainer(FSSchedulerApp application,
FSSchedulerNode node,
org.apache.hadoop.yarn.api.records.Resource capability,
org.apache.hadoop.yarn.api.records.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,
org.apache.hadoop.yarn.api.records.Priority priority,
RMContainer reservedContainer)
|
void |
FSSchedulerNode.unreserveResource(FSSchedulerApp application)
|
Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with parameters of type FSSchedulerApp | |
---|---|
AppSchedulable(FairScheduler scheduler,
FSSchedulerApp app,
FSLeafQueue queue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |