| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager | 
| Modifier and Type | Method and Description | 
|---|---|
| static RMFatalEventType | RMFatalEventType. valueOf(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 and Description | 
|---|
| RMFatalEvent(RMFatalEventType rmFatalEventType,
            Exception cause)Create a new event of the given type around the given source
  Exception. | 
| RMFatalEvent(RMFatalEventType rmFatalEventType,
            Exception cause,
            String message)Create a new event of the given type around the given source
  Exceptionwith the given cause. | 
| RMFatalEvent(RMFatalEventType rmFatalEventType,
            String message)Create a new event of the given type with the given cause. | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.