public static enum AbstractReconfiguratorDB.RecordNames extends java.lang.Enum<AbstractReconfiguratorDB.RecordNames>
Enum Constant and Description |
---|
AR_AR_NODES
The record key for a special name replicated at all current active replicas
that simply contains a map of all current active replicas.
|
AR_NODES
The record key for the RC record holding the set of all active
replicas.
|
AR_RC_NODES
Similar in spirit to
AR_AR_NODES but for reconfigurators. |
RC_NODES
The record key for the RC record holding the set of all
reconfigurators.
|
Modifier and Type | Method and Description |
---|---|
static AbstractReconfiguratorDB.RecordNames |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractReconfiguratorDB.RecordNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractReconfiguratorDB.RecordNames RC_NODES
public static final AbstractReconfiguratorDB.RecordNames AR_NODES
public static final AbstractReconfiguratorDB.RecordNames AR_AR_NODES
public static final AbstractReconfiguratorDB.RecordNames AR_RC_NODES
AR_AR_NODES
but for reconfigurators.public static AbstractReconfiguratorDB.RecordNames[] values()
for (AbstractReconfiguratorDB.RecordNames c : AbstractReconfiguratorDB.RecordNames.values()) System.out.println(c);
public static AbstractReconfiguratorDB.RecordNames 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