@InterfaceAudience.Private public enum RMFatalEventType extends Enum<RMFatalEventType>
| Enum Constant and Description | 
|---|
| CRITICAL_THREAD_CRASH | 
| EMBEDDED_ELECTOR_FAILED | 
| STATE_STORE_FENCED | 
| STATE_STORE_OP_FAILED | 
| TRANSITION_TO_ACTIVE_FAILED | 
| Modifier and Type | Method and Description | 
|---|---|
| static RMFatalEventType | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static RMFatalEventType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final RMFatalEventType STATE_STORE_FENCED
public static final RMFatalEventType STATE_STORE_OP_FAILED
public static final RMFatalEventType EMBEDDED_ELECTOR_FAILED
public static final RMFatalEventType TRANSITION_TO_ACTIVE_FAILED
public static final RMFatalEventType CRITICAL_THREAD_CRASH
public static RMFatalEventType[] values()
for (RMFatalEventType c : RMFatalEventType.values()) System.out.println(c);
public static RMFatalEventType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2008–2023 Apache Software Foundation. All rights reserved.