public static enum GridClientCacheQueryRequest.GridQueryType extends Enum<GridClientCacheQueryRequest.GridQueryType>
| Enum Constant and Description |
|---|
FULL_TEXT
Full text query.
|
SCAN
Scan query.
|
SQL
SQL query.
|
SQL_FIELDS
SQL fields query.
|
| Modifier and Type | Method and Description |
|---|---|
static GridClientCacheQueryRequest.GridQueryType |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static GridClientCacheQueryRequest.GridQueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridClientCacheQueryRequest.GridQueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridClientCacheQueryRequest.GridQueryType SQL
public static final GridClientCacheQueryRequest.GridQueryType SQL_FIELDS
public static final GridClientCacheQueryRequest.GridQueryType FULL_TEXT
public static final GridClientCacheQueryRequest.GridQueryType SCAN
public static GridClientCacheQueryRequest.GridQueryType[] values()
for (GridClientCacheQueryRequest.GridQueryType c : GridClientCacheQueryRequest.GridQueryType.values()) System.out.println(c);
public static GridClientCacheQueryRequest.GridQueryType 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 GridClientCacheQueryRequest.GridQueryType fromOrdinal(int ord)
ord - Ordinal value.null if ordinal out of range.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0 Release Date : March 31 2015