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, Container container)
           
AuxServicesEvent(AuxServicesEventType eventType, String user, org.apache.hadoop.yarn.api.records.ApplicationId appId, String serviceId, ByteBuffer serviceData)
           
AuxServicesEvent(AuxServicesEventType eventType, String user, org.apache.hadoop.yarn.api.records.ApplicationId appId, String serviceId, ByteBuffer serviceData, Container container)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.