public class BetweenIndexInfo extends IndexInfo
Constructor and Description |
---|
BetweenIndexInfo() |
BetweenIndexInfo(String name,
Integer size,
SpaceIndexType type,
Comparable min,
boolean includeMin,
Comparable max,
boolean includeMax,
QueryOperator operator,
boolean b) |
Modifier and Type | Method and Description |
---|---|
protected String |
getCriteriaDesc() |
Comparable |
getMax() |
Comparable |
getMin() |
boolean |
isIncludeMax() |
boolean |
isIncludeMin() |
void |
readExternal(ObjectInput objectInput) |
void |
setIncludeMax(boolean includeMax) |
void |
setIncludeMin(boolean includeMin) |
void |
setMax(Comparable max) |
void |
setMin(Comparable min) |
void |
writeExternal(ObjectOutput objectOutput) |
public BetweenIndexInfo()
public BetweenIndexInfo(String name, Integer size, SpaceIndexType type, Comparable min, boolean includeMin, Comparable max, boolean includeMax, QueryOperator operator, boolean b)
public Comparable getMin()
public void setMin(Comparable min)
public Comparable getMax()
public void setMax(Comparable max)
public boolean isIncludeMin()
public void setIncludeMin(boolean includeMin)
public boolean isIncludeMax()
public void setIncludeMax(boolean includeMax)
protected String getCriteriaDesc()
getCriteriaDesc
in class IndexInfo
public void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class IndexInfo
IOException
public void readExternal(ObjectInput objectInput) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class IndexInfo
IOException
ClassNotFoundException
Copyright © GigaSpaces.