|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of RMContainerEventType in org.apache.hadoop.yarn.server.resourcemanager.rmcontainer |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.rmcontainer that return RMContainerEventType | |
|---|---|
static RMContainerEventType |
RMContainerEventType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RMContainerEventType[] |
RMContainerEventType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.apache.hadoop.yarn.server.resourcemanager.rmcontainer with parameters of type RMContainerEventType | |
|---|---|
RMContainerEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId,
RMContainerEventType type)
|
|
RMContainerFinishedEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId,
org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus,
RMContainerEventType event)
|
|
| Uses of RMContainerEventType in org.apache.hadoop.yarn.server.resourcemanager.scheduler |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler with parameters of type RMContainerEventType | |
|---|---|
protected abstract void |
AbstractYarnScheduler.completedContainer(RMContainer rmContainer,
org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus,
RMContainerEventType event)
|
| Uses of RMContainerEventType in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with parameters of type RMContainerEventType | |
|---|---|
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. |
protected void |
CapacityScheduler.completedContainer(RMContainer rmContainer,
org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus,
RMContainerEventType event)
|
| Uses of RMContainerEventType 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 RMContainerEventType | |
|---|---|
boolean |
FiCaSchedulerApp.containerCompleted(RMContainer rmContainer,
org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus,
RMContainerEventType event)
|
| Uses of RMContainerEventType in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with parameters of type RMContainerEventType | |
|---|---|
protected void |
FairScheduler.completedContainer(RMContainer rmContainer,
org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus,
RMContainerEventType event)
Clean up a completed container. |
void |
FSAppAttempt.containerCompleted(RMContainer rmContainer,
org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus,
RMContainerEventType event)
|
| Uses of RMContainerEventType in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo with parameters of type RMContainerEventType | |
|---|---|
protected void |
FifoScheduler.completedContainer(RMContainer rmContainer,
org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus,
RMContainerEventType event)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||