Uses of Enum Class
org.apache.hadoop.yarn.server.resourcemanager.rmcontainer.RMContainerEventType
Packages that use RMContainerEventType
Package
Description
-
Uses of RMContainerEventType in org.apache.hadoop.yarn.server.resourcemanager.rmcontainer
Methods in org.apache.hadoop.yarn.server.resourcemanager.rmcontainer that return RMContainerEventTypeModifier and TypeMethodDescriptionstatic RMContainerEventTypeReturns the enum constant of this class with the specified name.static RMContainerEventType[]RMContainerEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.server.resourcemanager.rmcontainer with parameters of type RMContainerEventTypeModifier and TypeMethodDescriptionprotected voidRMContainerImpl.onInvalidStateTransition(RMContainerEventType rmContainerEventType, RMContainerState state) catch the InvalidStateTransition.Constructors in org.apache.hadoop.yarn.server.resourcemanager.rmcontainer with parameters of type RMContainerEventTypeModifierConstructorDescriptionRMContainerEvent(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 RMContainerEventTypeModifier and TypeMethodDescriptionvoidAbstractYarnScheduler.completedContainer(RMContainer rmContainer, org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus, RMContainerEventType event) protected abstract voidAbstractYarnScheduler.completedContainerInternal(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 RMContainerEventTypeModifier and TypeMethodDescriptionvoidAbstractLeafQueue.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) voidAbstractParentQueue.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) voidCSQueue.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 voidCapacityScheduler.completedContainerInternal(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 RMContainerEventTypeModifier and TypeMethodDescriptionbooleanFiCaSchedulerApp.containerCompleted(RMContainer rmContainer, org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus, RMContainerEventType event, String partition) -
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 RMContainerEventTypeModifier and TypeMethodDescriptionprotected voidFairScheduler.completedContainerInternal(RMContainer rmContainer, org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus, RMContainerEventType event) Clean up a completed container. -
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 RMContainerEventTypeModifier and TypeMethodDescriptionprotected voidFifoScheduler.completedContainerInternal(RMContainer rmContainer, org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus, RMContainerEventType event)