protected static enum ReconfigurationRecord.Keys extends java.lang.Enum<ReconfigurationRecord.Keys>
Enum Constant and Description |
---|
ACTIVES |
DELETE_TIME |
EPOCH |
MERGE_TASKS |
MERGED |
NAME |
NEW_ACTIVES |
NUM_UNCLEAN |
RC_EPOCH |
RC_EPOCH_MAP |
RC_NODE |
RC_STATE |
RECONFIGURE_UPON_ACTIVES_CHANGE |
STOPPED |
Modifier and Type | Method and Description |
---|---|
static ReconfigurationRecord.Keys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReconfigurationRecord.Keys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReconfigurationRecord.Keys NAME
public static final ReconfigurationRecord.Keys EPOCH
public static final ReconfigurationRecord.Keys RC_STATE
public static final ReconfigurationRecord.Keys ACTIVES
public static final ReconfigurationRecord.Keys NEW_ACTIVES
public static final ReconfigurationRecord.Keys MERGED
public static final ReconfigurationRecord.Keys RC_NODE
public static final ReconfigurationRecord.Keys RC_EPOCH
public static final ReconfigurationRecord.Keys RC_EPOCH_MAP
public static final ReconfigurationRecord.Keys STOPPED
public static final ReconfigurationRecord.Keys MERGE_TASKS
public static final ReconfigurationRecord.Keys DELETE_TIME
public static final ReconfigurationRecord.Keys NUM_UNCLEAN
public static final ReconfigurationRecord.Keys RECONFIGURE_UPON_ACTIVES_CHANGE
public static ReconfigurationRecord.Keys[] values()
for (ReconfigurationRecord.Keys c : ReconfigurationRecord.Keys.values()) System.out.println(c);
public static ReconfigurationRecord.Keys valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null