|
||||||||||
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.capacity |
---|
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with parameters of type RMContainerEventType | |
---|---|
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. |
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 | |
---|---|
void |
FSSchedulerApp.containerCompleted(RMContainer rmContainer,
org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus,
RMContainerEventType event)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |