Uses of Enum Class
org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainersLauncherEventType
Packages that use ContainersLauncherEventType
Package
Description
This package contains classes related to NM container launch.
-
Uses of ContainersLauncherEventType in org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher that return ContainersLauncherEventTypeModifier and TypeMethodDescriptionstatic ContainersLauncherEventTypeReturns the enum constant of this class with the specified name.static ContainersLauncherEventType[]ContainersLauncherEventType.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.launcher with parameters of type ContainersLauncherEventTypeModifierConstructorDescriptionContainersLauncherEvent(Container container, ContainersLauncherEventType eventType)