Uses of Class
org.apache.hadoop.yarn.server.nodemanager.containermanager.AuxServicesEventType

Packages that use AuxServicesEventType
org.apache.hadoop.yarn.server.nodemanager.containermanager   
 

Uses of AuxServicesEventType in org.apache.hadoop.yarn.server.nodemanager.containermanager
 

Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager that return AuxServicesEventType
static AuxServicesEventType AuxServicesEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AuxServicesEventType[] AuxServicesEventType.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 with parameters of type AuxServicesEventType
AuxServicesEvent(AuxServicesEventType eventType, org.apache.hadoop.yarn.api.records.ApplicationId appId)
           
AuxServicesEvent(AuxServicesEventType eventType, String user, org.apache.hadoop.yarn.api.records.ApplicationId appId, String serviceId, ByteBuffer serviceData)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.