Uses of Enum Class
org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainersMonitorEventType
Packages that use ContainersMonitorEventType
-
Uses of ContainersMonitorEventType in org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor that return ContainersMonitorEventTypeModifier and TypeMethodDescriptionstatic ContainersMonitorEventTypeReturns the enum constant of this class with the specified name.static ContainersMonitorEventType[]ContainersMonitorEventType.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.monitor with parameters of type ContainersMonitorEventTypeModifierConstructorDescriptionContainersMonitorEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId, ContainersMonitorEventType eventType)