public static enum DataStoreProperty.Value extends Enum<DataStoreProperty.Value>
Enum Constant and Description |
---|
GlusterFileStore |
LocalFileStore |
MemoryStore |
SerializedMemoryStore |
Modifier and Type | Method and Description |
---|---|
static DataStoreProperty.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataStoreProperty.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataStoreProperty.Value MemoryStore
public static final DataStoreProperty.Value SerializedMemoryStore
public static final DataStoreProperty.Value LocalFileStore
public static final DataStoreProperty.Value GlusterFileStore
public static DataStoreProperty.Value[] values()
for (DataStoreProperty.Value c : DataStoreProperty.Value.values()) System.out.println(c);
public static DataStoreProperty.Value 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 nullCopyright © 2018. All rights reserved.