| Modifier and Type | Method | Description |
|---|---|---|
static RMContainerEventType |
RMContainerEventType.valueOf(java.lang.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.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
RMContainerImpl.onInvalidStateTransition(RMContainerEventType rmContainerEventType,
RMContainerState state) |
catch the InvalidStateTransition.
|
| Constructor | Description |
|---|---|
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) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractYarnScheduler.completedContainer(RMContainer rmContainer,
org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus,
RMContainerEventType event) |
|
protected abstract void |
AbstractYarnScheduler.completedContainerInternal(RMContainer rmContainer,
org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus,
RMContainerEventType event) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractLeafQueue.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 |
AbstractParentQueue.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 |
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.completedContainerInternal(RMContainer rmContainer,
org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus,
RMContainerEventType event) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
FiCaSchedulerApp.containerCompleted(RMContainer rmContainer,
org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus,
RMContainerEventType event,
java.lang.String partition) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
FairScheduler.completedContainerInternal(RMContainer rmContainer,
org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus,
RMContainerEventType event) |
Clean up a completed container.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
FifoScheduler.completedContainerInternal(RMContainer rmContainer,
org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus,
RMContainerEventType event) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.