public interface IExtendedIndexScanPositioner<K,T>
| Modifier and Type | Method and Description | 
|---|---|
| IScanListIterator<T> | establishScan(K startPos,
             short relation,
             K endPos,
             boolean endPosInclusive)establish a scan according to the relation given and startPos : the start-scan object ,  null
 means scan all values. | 
| IScanListIterator<T> | establishScan(K startPos,
             short relation,
             K endPos,
             boolean endPosInclusive,
             boolean ordered)establish a scan according to the relation given and startPos : the start-scan object ,  null
 means scan all values. | 
IScanListIterator<T> establishScan(K startPos, short relation, K endPos, boolean endPosInclusive)
IScanListIterator<T> establishScan(K startPos, short relation, K endPos, boolean endPosInclusive, boolean ordered)
Copyright © GigaSpaces.