| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.server.nodemanager.containermanager | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Constructor and Description | 
|---|
| 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 © 2008–2023 Apache Software Foundation. All rights reserved.