Uses of Class
org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncher.EventType

Packages that use ContainerLauncher.EventType
org.apache.hadoop.mapreduce.v2.app.launcher   
 

Uses of ContainerLauncher.EventType in org.apache.hadoop.mapreduce.v2.app.launcher
 

Methods in org.apache.hadoop.mapreduce.v2.app.launcher that return ContainerLauncher.EventType
static ContainerLauncher.EventType ContainerLauncher.EventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContainerLauncher.EventType[] ContainerLauncher.EventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.hadoop.mapreduce.v2.app.launcher with parameters of type ContainerLauncher.EventType
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.ContainerToken containerToken, ContainerLauncher.EventType type)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.