public enum AMNodeEventType extends Enum<AMNodeEventType>
| Enum Constant and Description |
|---|
N_CONTAINER_ALLOCATED |
N_IGNORE_BLACKLISTING_DISABLED |
N_IGNORE_BLACKLISTING_ENABLED |
N_NODE_COUNT_UPDATED |
N_NODE_WAS_BLACKLISTED |
N_TA_ENDED |
N_TA_SUCCEEDED |
N_TURNED_HEALTHY |
N_TURNED_UNHEALTHY |
| Modifier and Type | Method and Description |
|---|---|
static AMNodeEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AMNodeEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AMNodeEventType N_CONTAINER_ALLOCATED
public static final AMNodeEventType N_TA_SUCCEEDED
public static final AMNodeEventType N_TA_ENDED
public static final AMNodeEventType N_TURNED_UNHEALTHY
public static final AMNodeEventType N_TURNED_HEALTHY
public static final AMNodeEventType N_NODE_COUNT_UPDATED
public static final AMNodeEventType N_IGNORE_BLACKLISTING_ENABLED
public static final AMNodeEventType N_IGNORE_BLACKLISTING_DISABLED
public static final AMNodeEventType N_NODE_WAS_BLACKLISTED
public static AMNodeEventType[] values()
for (AMNodeEventType c : AMNodeEventType.values()) System.out.println(c);
public static AMNodeEventType 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 © 2014 Apache Software Foundation. All rights reserved.