Uses of Enum Class
com.gigaspaces.internal.query.explainplan.QueryOperator
Packages that use QueryOperator
Package
Description
-
Uses of QueryOperator in com.gigaspaces.internal.query.explainplan
Methods in com.gigaspaces.internal.query.explainplan that return QueryOperatorModifier and TypeMethodDescriptionIndexInfo.getOperator()RangeNode.getOperator()static QueryOperatorExplainPlanUtil.getQueryOperator(short extendedMatchCode) static QueryOperatorReturns the enum constant of this class with the specified name.static QueryOperator[]QueryOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.gigaspaces.internal.query.explainplan with parameters of type QueryOperatorModifier and TypeMethodDescriptionstatic StringExplainPlanUtil.getQueryOperatorDescription(QueryOperator queryOperator) voidIndexInfo.setOperator(QueryOperator operator) voidRangeNode.setOperator(QueryOperator operator) Constructors in com.gigaspaces.internal.query.explainplan with parameters of type QueryOperatorModifierConstructorDescriptionBetweenIndexInfo(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) -
Uses of QueryOperator in com.gigaspaces.internal.query.explainplan.model
Methods in com.gigaspaces.internal.query.explainplan.model that return QueryOperatorMethods in com.gigaspaces.internal.query.explainplan.model with parameters of type QueryOperator