protected static enum StartEpoch.Keys extends java.lang.Enum<StartEpoch.Keys>
Enum Constant and Description |
---|
CREATOR |
CUR_EPOCH_GROUP |
FIRST_PREV_EPOCH_CANDIDATE |
FORWARDER |
INIT_TIME |
INITIAL_STATE |
IS_MERGE |
MERGEES |
NAME_STATE_ARRAY |
NEWLY_ADDED_NODES |
NODE_ID |
PASSIVE |
PREV_EPOCH |
PREV_EPOCH_GROUP |
PREV_GROUP_NAME |
RECEIVER |
RECONFIGURE_UPON_ACTIVES_CHANGE |
SOCKET_ADDRESS |
Modifier and Type | Method and Description |
---|---|
static StartEpoch.Keys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StartEpoch.Keys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StartEpoch.Keys PREV_EPOCH_GROUP
public static final StartEpoch.Keys CUR_EPOCH_GROUP
public static final StartEpoch.Keys CREATOR
public static final StartEpoch.Keys RECEIVER
public static final StartEpoch.Keys FORWARDER
public static final StartEpoch.Keys INITIAL_STATE
public static final StartEpoch.Keys PREV_GROUP_NAME
public static final StartEpoch.Keys NEWLY_ADDED_NODES
public static final StartEpoch.Keys NODE_ID
public static final StartEpoch.Keys SOCKET_ADDRESS
public static final StartEpoch.Keys PREV_EPOCH
public static final StartEpoch.Keys IS_MERGE
public static final StartEpoch.Keys INIT_TIME
public static final StartEpoch.Keys MERGEES
public static final StartEpoch.Keys FIRST_PREV_EPOCH_CANDIDATE
public static final StartEpoch.Keys NAME_STATE_ARRAY
public static final StartEpoch.Keys PASSIVE
public static final StartEpoch.Keys RECONFIGURE_UPON_ACTIVES_CHANGE
public static StartEpoch.Keys[] values()
for (StartEpoch.Keys c : StartEpoch.Keys.values()) System.out.println(c);
public static StartEpoch.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