public static enum DefaultUserMetaDataStore.State extends Enum<DefaultUserMetaDataStore.State>
Enum Constant and Description |
---|
CLOSED |
FAILED_TO_START |
NOT_STARTED |
RUNNING |
SHUTTING_DOWN |
STARTING |
Modifier and Type | Method and Description |
---|---|
static DefaultUserMetaDataStore.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultUserMetaDataStore.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultUserMetaDataStore.State NOT_STARTED
public static final DefaultUserMetaDataStore.State STARTING
public static final DefaultUserMetaDataStore.State RUNNING
public static final DefaultUserMetaDataStore.State SHUTTING_DOWN
public static final DefaultUserMetaDataStore.State FAILED_TO_START
public static final DefaultUserMetaDataStore.State CLOSED
public static DefaultUserMetaDataStore.State[] values()
for (DefaultUserMetaDataStore.State c : DefaultUserMetaDataStore.State.values()) System.out.println(c);
public static DefaultUserMetaDataStore.State 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 null