public enum RMNodeEventType extends Enum<RMNodeEventType>
Enum Constant and Description |
---|
CLEANUP_APP |
CLEANUP_CONTAINER |
CONTAINER_ALLOCATED |
DECOMMISSION |
EXPIRE |
REBOOTING |
RECONNECTED |
STARTED |
STATUS_UPDATE |
Modifier and Type | Method and Description |
---|---|
static RMNodeEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RMNodeEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RMNodeEventType STARTED
public static final RMNodeEventType DECOMMISSION
public static final RMNodeEventType STATUS_UPDATE
public static final RMNodeEventType REBOOTING
public static final RMNodeEventType RECONNECTED
public static final RMNodeEventType CLEANUP_APP
public static final RMNodeEventType CONTAINER_ALLOCATED
public static final RMNodeEventType CLEANUP_CONTAINER
public static final RMNodeEventType EXPIRE
public static RMNodeEventType[] values()
for (RMNodeEventType c : RMNodeEventType.values()) System.out.println(c);
public static RMNodeEventType 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 © 2013 Apache Software Foundation. All rights reserved.