Uses of Class
org.apache.hadoop.yarn.server.nodemanager.containermanager.application.ApplicationEventType

Packages that use ApplicationEventType
org.apache.hadoop.yarn.server.nodemanager.containermanager.application   
 

Uses of ApplicationEventType in org.apache.hadoop.yarn.server.nodemanager.containermanager.application
 

Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.application that return ApplicationEventType
static ApplicationEventType ApplicationEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ApplicationEventType[] ApplicationEventType.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.application with parameters of type ApplicationEventType
ApplicationEvent(org.apache.hadoop.yarn.api.records.ApplicationId appID, ApplicationEventType appEventType)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.