public static enum IndexFieldData.CommonSettings.MemoryStorageFormat extends java.lang.Enum<IndexFieldData.CommonSettings.MemoryStorageFormat>
Modifier and Type | Method and Description |
---|---|
static IndexFieldData.CommonSettings.MemoryStorageFormat |
fromString(java.lang.String string) |
static IndexFieldData.CommonSettings.MemoryStorageFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IndexFieldData.CommonSettings.MemoryStorageFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexFieldData.CommonSettings.MemoryStorageFormat ORDINALS
public static final IndexFieldData.CommonSettings.MemoryStorageFormat PACKED
public static final IndexFieldData.CommonSettings.MemoryStorageFormat PAGED
public static IndexFieldData.CommonSettings.MemoryStorageFormat[] values()
for (IndexFieldData.CommonSettings.MemoryStorageFormat c : IndexFieldData.CommonSettings.MemoryStorageFormat.values()) System.out.println(c);
public static IndexFieldData.CommonSettings.MemoryStorageFormat 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 nullpublic static IndexFieldData.CommonSettings.MemoryStorageFormat fromString(java.lang.String string)