Uses of Class
org.apache.hadoop.yarn.server.nodemanager.ContainerManagerEventType

Packages that use ContainerManagerEventType
org.apache.hadoop.yarn.server.nodemanager   
 

Uses of ContainerManagerEventType in org.apache.hadoop.yarn.server.nodemanager
 

Methods in org.apache.hadoop.yarn.server.nodemanager that return ContainerManagerEventType
static ContainerManagerEventType ContainerManagerEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContainerManagerEventType[] ContainerManagerEventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.hadoop.yarn.server.nodemanager with parameters of type ContainerManagerEventType
ContainerManagerEvent(ContainerManagerEventType type)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.