Uses of Class
org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.event.LocalizerEventType

Packages that use LocalizerEventType
org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.event   
 

Uses of LocalizerEventType in org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.event
 

Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.event that return LocalizerEventType
static LocalizerEventType LocalizerEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LocalizerEventType[] LocalizerEventType.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.containermanager.localizer.event with parameters of type LocalizerEventType
LocalizerEvent(LocalizerEventType type, String localizerId)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.