Uses of Enum Class
org.apache.hadoop.yarn.server.nodemanager.containermanager.AuxServicesEventType
Packages that use AuxServicesEventType
-
Uses of AuxServicesEventType in org.apache.hadoop.yarn.server.nodemanager.containermanager
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager that return AuxServicesEventTypeModifier and TypeMethodDescriptionstatic AuxServicesEventTypeReturns the enum constant of this class with the specified name.static AuxServicesEventType[]AuxServicesEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.yarn.server.nodemanager.containermanager with parameters of type AuxServicesEventTypeModifierConstructorDescriptionAuxServicesEvent(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) AuxServicesEvent(AuxServicesEventType eventType, org.apache.hadoop.yarn.api.records.ApplicationId appId) AuxServicesEvent(AuxServicesEventType eventType, Container container)