Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
RMContainerEvent(ContainerId containerId,
RMContainerEventType type) |
RMContainerFinishedEvent(ContainerId containerId,
ContainerStatus containerStatus,
RMContainerEventType event) |
Modifier and Type | Method and Description |
---|---|
void |
ParentQueue.completedContainer(Resource clusterResource,
FiCaSchedulerApp application,
FiCaSchedulerNode node,
RMContainer rmContainer,
ContainerStatus containerStatus,
RMContainerEventType event,
CSQueue completedChildQueue) |
void |
CSQueue.completedContainer(Resource clusterResource,
FiCaSchedulerApp application,
FiCaSchedulerNode node,
RMContainer container,
ContainerStatus containerStatus,
RMContainerEventType event,
CSQueue childQueue)
A container assigned to the queue has completed.
|
void |
LeafQueue.completedContainer(Resource clusterResource,
FiCaSchedulerApp application,
FiCaSchedulerNode node,
RMContainer rmContainer,
ContainerStatus containerStatus,
RMContainerEventType event,
CSQueue childQueue) |
Modifier and Type | Method and Description |
---|---|
boolean |
FiCaSchedulerApp.containerCompleted(RMContainer rmContainer,
ContainerStatus containerStatus,
RMContainerEventType event) |
Modifier and Type | Method and Description |
---|---|
void |
FSSchedulerApp.containerCompleted(RMContainer rmContainer,
ContainerStatus containerStatus,
RMContainerEventType event) |
Copyright © 2013 Apache Software Foundation. All rights reserved.