public static enum CreateServiceName.Keys extends java.lang.Enum<CreateServiceName.Keys>
Enum Constant and Description |
---|
FAILED_CREATES
Set of names in a batch create that could not be created or could not
be confirmed as having been successfully created (but could have
gotten created after all).
|
INIT_GROUP
Initial active replica group.
|
NAME |
NAME_STATE_ARRAY |
RECONFIGURE_UPON_ACTIVES_CHANGE
Reconfiguration behavior when active replicas are added or deleted.
|
STATE |
Modifier and Type | Method and Description |
---|---|
static CreateServiceName.Keys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CreateServiceName.Keys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateServiceName.Keys NAME
public static final CreateServiceName.Keys STATE
public static final CreateServiceName.Keys NAME_STATE_ARRAY
public static final CreateServiceName.Keys FAILED_CREATES
public static final CreateServiceName.Keys INIT_GROUP
public static final CreateServiceName.Keys RECONFIGURE_UPON_ACTIVES_CHANGE
public static CreateServiceName.Keys[] values()
for (CreateServiceName.Keys c : CreateServiceName.Keys.values()) System.out.println(c);
public static CreateServiceName.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