| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.nodemanager.containermanager |
| Modifier and Type | Method | Description |
|---|---|---|
static AuxServicesEventType |
AuxServicesEventType.valueOf(java.lang.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 | Description |
|---|---|
AuxServicesEvent(AuxServicesEventType eventType,
java.lang.String user,
org.apache.hadoop.yarn.api.records.ApplicationId appId,
java.lang.String serviceId,
java.nio.ByteBuffer serviceData) |
|
AuxServicesEvent(AuxServicesEventType eventType,
java.lang.String user,
org.apache.hadoop.yarn.api.records.ApplicationId appId,
java.lang.String serviceId,
java.nio.ByteBuffer serviceData,
Container container) |
|
AuxServicesEvent(AuxServicesEventType eventType,
org.apache.hadoop.yarn.api.records.ApplicationId appId) |
|
AuxServicesEvent(AuxServicesEventType eventType,
Container container) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.