Uses of Enum Class
org.apache.hadoop.yarn.server.nodemanager.containermanager.scheduler.ContainerSchedulerEventType
Packages that use ContainerSchedulerEventType
Package
Description
Container Scheduler
-
Uses of ContainerSchedulerEventType in org.apache.hadoop.yarn.server.nodemanager.containermanager.scheduler
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.scheduler that return ContainerSchedulerEventTypeModifier and TypeMethodDescriptionstatic ContainerSchedulerEventTypeReturns the enum constant of this class with the specified name.static ContainerSchedulerEventType[]ContainerSchedulerEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.yarn.server.nodemanager.containermanager.scheduler with parameters of type ContainerSchedulerEventTypeModifierConstructorDescriptionContainerSchedulerEvent(Container container, ContainerSchedulerEventType eventType) Create instance of Event.