|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FiCaSchedulerApp in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity |
---|
Fields in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with type parameters of type FiCaSchedulerApp | |
---|---|
protected Map<org.apache.hadoop.yarn.api.records.ApplicationAttemptId,FiCaSchedulerApp> |
CapacityScheduler.applications
|
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity that return FiCaSchedulerApp | |
---|---|
FiCaSchedulerApp |
CSAssignment.getApplication()
|
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 | |
---|---|
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 |
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 |
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 |
LeafQueue.finishApplication(FiCaSchedulerApp application,
String queue)
|
void |
ParentQueue.finishApplication(FiCaSchedulerApp application,
String queue)
|
void |
CSQueue.finishApplication(FiCaSchedulerApp application,
String queue)
An application submitted to this queue has finished. |
void |
LeafQueue.recoverContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp application,
org.apache.hadoop.yarn.api.records.Container container)
|
void |
ParentQueue.recoverContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp application,
org.apache.hadoop.yarn.api.records.Container container)
|
void |
CSQueue.recoverContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource,
FiCaSchedulerApp application,
org.apache.hadoop.yarn.api.records.Container container)
Recover the state of the queue |
void |
LeafQueue.removeApplication(FiCaSchedulerApp application,
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.LeafQueue.User user)
|
void |
ParentQueue.removeApplication(FiCaSchedulerApp application,
String user)
|
void |
LeafQueue.submitApplication(FiCaSchedulerApp application,
String userName,
String queue)
|
void |
ParentQueue.submitApplication(FiCaSchedulerApp application,
String user,
String queue)
|
void |
CSQueue.submitApplication(FiCaSchedulerApp application,
String user,
String queue)
Submit a new application to the queue. |
Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with parameters of type FiCaSchedulerApp | |
---|---|
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)
|
Uses of FiCaSchedulerApp in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo |
---|
Fields in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo with type parameters of type FiCaSchedulerApp | |
---|---|
protected Map<org.apache.hadoop.yarn.api.records.ApplicationAttemptId,FiCaSchedulerApp> |
FifoScheduler.applications
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |