public enum QueryIndexType extends Enum<QueryIndexType>
| Enum Constant and Description |
|---|
FULLTEXT
Full-text index.
|
GEOSPATIAL
Geo-spatial index.
|
SORTED
Sorted index.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryIndexType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryIndexType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryIndexType SORTED
public static final QueryIndexType FULLTEXT
public static final QueryIndexType GEOSPATIAL
public static QueryIndexType[] values()
for (QueryIndexType c : QueryIndexType.values()) System.out.println(c);
public static QueryIndexType 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.5.11 Release Date : April 8 2016