| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager |
| Modifier and Type | Method | Description |
|---|---|---|
static RMFatalEventType |
RMFatalEventType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static RMFatalEventType[] |
RMFatalEventType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
RMFatalEvent(RMFatalEventType rmFatalEventType,
java.lang.Exception cause) |
Create a new event of the given type around the given source
Exception. |
RMFatalEvent(RMFatalEventType rmFatalEventType,
java.lang.Exception cause,
java.lang.String message) |
Create a new event of the given type around the given source
Exception with the given cause. |
RMFatalEvent(RMFatalEventType rmFatalEventType,
java.lang.String message) |
Create a new event of the given type with the given cause.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.