| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity | |
| org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.fica |
| Modifier and Type | Method and Description |
|---|---|
FiCaSchedulerApp |
CSAssignment.getApplication() |
FiCaSchedulerApp |
CapacityScheduler.getApplicationAttempt(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId) |
| Modifier and Type | Method and Description |
|---|---|
Comparator<FiCaSchedulerApp> |
CapacitySchedulerContext.getApplicationComparator() |
Comparator<FiCaSchedulerApp> |
CapacityScheduler.getApplicationComparator() |
Set<FiCaSchedulerApp> |
LeafQueue.getApplications()
Obtain (read-only) collection of active applications.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParentQueue.completedContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp application,
FiCaSchedulerNode node,
RMContainer rmContainer,
org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus,
RMContainerEventType event,
CSQueue completedChildQueue) |
void |
LeafQueue.completedContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp application,
FiCaSchedulerNode node,
RMContainer rmContainer,
org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus,
RMContainerEventType event,
CSQueue childQueue) |
void |
CSQueue.completedContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp application,
FiCaSchedulerNode node,
RMContainer container,
org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus,
RMContainerEventType event,
CSQueue childQueue)
A container assigned to the queue has completed.
|
void |
ParentQueue.finishApplicationAttempt(FiCaSchedulerApp application,
String queue) |
void |
LeafQueue.finishApplicationAttempt(FiCaSchedulerApp application,
String queue) |
void |
CSQueue.finishApplicationAttempt(FiCaSchedulerApp application,
String queue)
An application attempt submitted to this queue has finished.
|
void |
LeafQueue.removeApplicationAttempt(FiCaSchedulerApp application,
LeafQueue.User user) |
void |
ParentQueue.submitApplicationAttempt(FiCaSchedulerApp application,
String userName) |
void |
LeafQueue.submitApplicationAttempt(FiCaSchedulerApp application,
String userName) |
void |
CSQueue.submitApplicationAttempt(FiCaSchedulerApp application,
String userName)
Submit an application attempt to the queue.
|
| Constructor and Description |
|---|
CSAssignment(FiCaSchedulerApp application,
RMContainer excessReservation) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
FiCaSchedulerUtils.isBlacklisted(FiCaSchedulerApp application,
FiCaSchedulerNode node,
org.apache.commons.logging.Log LOG) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.