public enum CacheQueryType extends Enum<CacheQueryType>
Used in CacheQueryExecutedEvent and CacheQueryReadEvent
to identify the type of query for which an event was fired.
| Enum Constant and Description |
|---|
CONTINUOUS
Continuous query.
|
FULL_TEXT
Full text query.
|
SCAN
Scan query.
|
SPI
SPI query.
|
SQL
SQL query.
|
SQL_FIELDS
SQL fields query.
|
| Modifier and Type | Method and Description |
|---|---|
static CacheQueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheQueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheQueryType SQL
public static final CacheQueryType SQL_FIELDS
public static final CacheQueryType FULL_TEXT
public static final CacheQueryType SCAN
public static final CacheQueryType CONTINUOUS
public static final CacheQueryType SPI
public static CacheQueryType[] values()
for (CacheQueryType c : CacheQueryType.values()) System.out.println(c);
public static CacheQueryType 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 Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021