Uses of Enum Class
org.apache.hadoop.yarn.server.resourcemanager.RMFatalEventType
Packages that use RMFatalEventType
-
Uses of RMFatalEventType in org.apache.hadoop.yarn.server.resourcemanager
Methods in org.apache.hadoop.yarn.server.resourcemanager that return RMFatalEventTypeModifier and TypeMethodDescriptionstatic RMFatalEventTypeReturns the enum constant of this class with the specified name.static RMFatalEventType[]RMFatalEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.yarn.server.resourcemanager with parameters of type RMFatalEventTypeModifierConstructorDescriptionRMFatalEvent(RMFatalEventType rmFatalEventType, Exception cause) Create a new event of the given type around the given sourceException.RMFatalEvent(RMFatalEventType rmFatalEventType, Exception cause, String message) Create a new event of the given type around the given sourceExceptionwith the given cause.RMFatalEvent(RMFatalEventType rmFatalEventType, String message) Create a new event of the given type with the given cause.