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

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

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

Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.event that return LocalizationEventType
static LocalizationEventType LocalizationEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LocalizationEventType[] LocalizationEventType.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 LocalizationEventType
ApplicationLocalizationEvent(LocalizationEventType type, Application app)
           
ContainerLocalizationEvent(LocalizationEventType event, Container c)
           
LocalizationEvent(LocalizationEventType event)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.