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 @Nullable QueryIndexType |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
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@Nullable public static @Nullable QueryIndexType fromOrdinal(int ord)
ord - Ordinal value.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023