public enum GridH2QueryType extends Enum<GridH2QueryType>
| Enum Constant and Description |
|---|
LOCAL
Local query.
|
MAP
Map query.
|
PREPARE
Parsing and optimization stage.
|
REDUCE
Reduce query.
|
REPLICATED
Replicated query over a network.
|
| Modifier and Type | Method and Description |
|---|---|
static GridH2QueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridH2QueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridH2QueryType MAP
public static final GridH2QueryType REDUCE
public static final GridH2QueryType LOCAL
public static final GridH2QueryType REPLICATED
public static final GridH2QueryType PREPARE
public static GridH2QueryType[] values()
for (GridH2QueryType c : GridH2QueryType.values()) System.out.println(c);
public static GridH2QueryType 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. 2.6.0 Release Date : July 10 2018