public static enum CompactingMemStore.IndexType extends Enum<CompactingMemStore.IndexType>
| Modifier and Type | Method and Description |
|---|---|
static CompactingMemStore.IndexType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompactingMemStore.IndexType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompactingMemStore.IndexType CSLM_MAP
public static final CompactingMemStore.IndexType ARRAY_MAP
public static final CompactingMemStore.IndexType CHUNK_MAP
public static CompactingMemStore.IndexType[] values()
for (CompactingMemStore.IndexType c : CompactingMemStore.IndexType.values()) System.out.println(c);
public static CompactingMemStore.IndexType 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 © 2007–2018 The Apache Software Foundation. All rights reserved.