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