Uses of Enum Class
org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncher.EventType
Packages that use ContainerLauncher.EventType
-
Uses of ContainerLauncher.EventType in org.apache.hadoop.mapreduce.v2.app.launcher
Methods in org.apache.hadoop.mapreduce.v2.app.launcher that return ContainerLauncher.EventTypeModifier and TypeMethodDescriptionstatic ContainerLauncher.EventTypeReturns the enum constant of this class with the specified name.static ContainerLauncher.EventType[]ContainerLauncher.EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.mapreduce.v2.app.launcher with parameters of type ContainerLauncher.EventTypeModifierConstructorDescriptionContainerLauncherEvent(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId taskAttemptID, org.apache.hadoop.yarn.api.records.ContainerId containerID, String containerMgrAddress, org.apache.hadoop.yarn.api.records.Token containerToken, ContainerLauncher.EventType type) ContainerLauncherEvent(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId taskAttemptID, org.apache.hadoop.yarn.api.records.ContainerId containerID, String containerMgrAddress, org.apache.hadoop.yarn.api.records.Token containerToken, ContainerLauncher.EventType type, boolean dumpContainerThreads)