public enum GridCacheQueryType extends Enum<GridCacheQueryType>
CacheQuery documentation.CacheQuery| Enum Constant and Description |
|---|
SCAN
Fully scans cache returning only entries that pass certain filters.
|
SET
Cache set items query.
|
SPI
User provided indexing SPI based query.
|
SQL
SQL-based query.
|
SQL_FIELDS
SQL-based fields query.
|
TEXT
Text search query.
|
| Modifier and Type | Method and Description |
|---|---|
static GridCacheQueryType |
fromOrdinal(byte ord)
Efficiently gets enumerated value from its ordinal.
|
static GridCacheQueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridCacheQueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridCacheQueryType SPI
public static final GridCacheQueryType SCAN
public static final GridCacheQueryType SQL
public static final GridCacheQueryType SQL_FIELDS
public static final GridCacheQueryType TEXT
public static final GridCacheQueryType SET
public static GridCacheQueryType[] values()
for (GridCacheQueryType c : GridCacheQueryType.values()) System.out.println(c);
public static GridCacheQueryType 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 GridCacheQueryType fromOrdinal(byte ord)
ord - Ordinal value.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015