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