Class BetweenIndexInfo
java.lang.Object
com.gigaspaces.internal.query.explainplan.IndexInfo
com.gigaspaces.internal.query.explainplan.BetweenIndexInfo
- All Implemented Interfaces:
Externalizable,Serializable
- Since:
- 12.0.1
- Author:
- yael nahon
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBetweenIndexInfo(String name, Integer size, SpaceIndexType type, Comparable min, boolean includeMin, Comparable max, boolean includeMax, QueryOperator operator, boolean b) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetMax()getMin()booleanbooleanvoidreadExternal(ObjectInput objectInput) voidsetIncludeMax(boolean includeMax) voidsetIncludeMin(boolean includeMin) voidsetMax(Comparable max) voidsetMin(Comparable min) voidwriteExternal(ObjectOutput objectOutput)
-
Constructor Details
-
BetweenIndexInfo
public BetweenIndexInfo() -
BetweenIndexInfo
public BetweenIndexInfo(String name, Integer size, SpaceIndexType type, Comparable min, boolean includeMin, Comparable max, boolean includeMax, QueryOperator operator, boolean b)
-
-
Method Details
-
getMin
-
setMin
-
getMax
-
setMax
-
isIncludeMin
public boolean isIncludeMin() -
setIncludeMin
public void setIncludeMin(boolean includeMin) -
isIncludeMax
public boolean isIncludeMax() -
setIncludeMax
public void setIncludeMax(boolean includeMax) -
getCriteriaDesc
- Overrides:
getCriteriaDescin classIndexInfo
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classIndexInfo- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classIndexInfo- Throws:
IOExceptionClassNotFoundException
-