Package | Description |
---|---|
com.gigaspaces.internal.query.explainplan | |
com.gigaspaces.internal.query.explainplan.model |
Modifier and Type | Method and Description |
---|---|
QueryOperator |
IndexInfo.getOperator() |
QueryOperator |
RangeNode.getOperator() |
static QueryOperator |
ExplainPlanUtil.getQueryOperator(short extendedMatchCode) |
static QueryOperator |
QueryOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryOperator[] |
QueryOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
ExplainPlanUtil.getQueryOperatorDescription(QueryOperator queryOperator) |
void |
IndexInfo.setOperator(QueryOperator operator) |
void |
RangeNode.setOperator(QueryOperator operator) |
Constructor and Description |
---|
BetweenIndexInfo(String name,
Integer size,
SpaceIndexType type,
Comparable min,
boolean includeMin,
Comparable max,
boolean includeMax,
QueryOperator operator,
boolean b) |
BetweenRangeNode(String fieldName,
QueryOperator operator,
String functionName,
Comparable minValue,
boolean includeMin,
Comparable maxValue,
boolean includeMax) |
IndexInfo(String name,
Integer size,
SpaceIndexType type,
Object value,
QueryOperator operator) |
IndexInfo(String name,
Integer size,
SpaceIndexType type,
Object value,
QueryOperator operator,
boolean usable) |
RangeNode(String fieldName,
Object value,
QueryOperator operator,
String functionName) |
Modifier and Type | Method and Description |
---|---|
QueryOperator |
IndexInfoDetail.getOperator() |
Modifier and Type | Method and Description |
---|---|
void |
IndexInfoDetail.setOperator(QueryOperator operator) |
Copyright © GigaSpaces.