public enum GridQueryIndexType extends Enum<GridQueryIndexType>
| Enum Constant and Description |
|---|
FULLTEXT
Fulltext index.
|
GEO_SPATIAL
Spatial SQL index.
|
SORTED
Sorted SQL index.
|
| Modifier and Type | Method and Description |
|---|---|
static GridQueryIndexType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridQueryIndexType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridQueryIndexType SORTED
public static final GridQueryIndexType GEO_SPATIAL
public static final GridQueryIndexType FULLTEXT
public static GridQueryIndexType[] values()
for (GridQueryIndexType c : GridQueryIndexType.values()) System.out.println(c);
public static GridQueryIndexType 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 null
Follow @ApacheIgnite
Ignite Fabric : ver. 1.4.0 Release Date : September 24 2015