|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FiCaSchedulerApp | |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity | |
| org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.fica | |
| Uses of FiCaSchedulerApp in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity that return FiCaSchedulerApp | |
|---|---|
FiCaSchedulerApp |
CSAssignment.getApplication()
|
FiCaSchedulerApp |
CapacityScheduler.getApplicationAttempt(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId)
|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity that return types with arguments of type FiCaSchedulerApp | |
|---|---|
Comparator<FiCaSchedulerApp> |
CapacitySchedulerContext.getApplicationComparator()
|
Comparator<FiCaSchedulerApp> |
CapacityScheduler.getApplicationComparator()
|
Set<FiCaSchedulerApp> |
LeafQueue.getApplications()
Obtain (read-only) collection of active applications. |
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with parameters of type FiCaSchedulerApp | |
|---|---|
protected boolean |
LeafQueue.assignToUser(org.apache.hadoop.yarn.api.records.Resource clusterResource,
String userName,
org.apache.hadoop.yarn.api.records.Resource limit,
FiCaSchedulerApp application,
boolean checkReservations,
Set<String> requestLabels)
|
void |
ParentQueue.attachContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp application,
RMContainer rmContainer)
|
void |
LeafQueue.attachContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp application,
RMContainer rmContainer)
|
void |
CSQueue.attachContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp application,
RMContainer container)
Attach a container to this queue |
protected boolean |
LeafQueue.checkLimitsToReserve(org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp application,
org.apache.hadoop.yarn.api.records.Resource capability,
boolean needToUnreserve)
|
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,
boolean sortQueues)
|
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,
boolean sortQueues)
|
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,
boolean sortQueues)
A container assigned to the queue has completed. |
void |
ParentQueue.detachContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp application,
RMContainer rmContainer)
|
void |
LeafQueue.detachContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp application,
RMContainer rmContainer)
|
void |
CSQueue.detachContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp application,
RMContainer container)
Detach a container from this queue |
protected boolean |
LeafQueue.findNodeToUnreserve(org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerNode node,
FiCaSchedulerApp application,
org.apache.hadoop.yarn.api.records.Priority priority,
org.apache.hadoop.yarn.api.records.Resource capability)
|
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. |
protected org.apache.hadoop.yarn.api.records.Resource |
LeafQueue.getHeadroom(LeafQueue.User user,
org.apache.hadoop.yarn.api.records.Resource queueMaxCap,
org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp application,
org.apache.hadoop.yarn.api.records.Resource required)
|
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. |
| Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with parameters of type FiCaSchedulerApp | |
|---|---|
CapacityHeadroomProvider(LeafQueue.User user,
LeafQueue queue,
FiCaSchedulerApp application,
org.apache.hadoop.yarn.api.records.Resource required,
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.LeafQueue.QueueHeadroomInfo queueHeadroomInfo)
|
|
CSAssignment(FiCaSchedulerApp application,
RMContainer excessReservation)
|
|
| Uses of FiCaSchedulerApp in org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.fica |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.fica with parameters of type FiCaSchedulerApp | |
|---|---|
static boolean |
FiCaSchedulerUtils.isBlacklisted(FiCaSchedulerApp application,
FiCaSchedulerNode node,
org.apache.commons.logging.Log LOG)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||