public interface IScanListIterator<T> extends IObjectsList
Modifier and Type | Method and Description |
---|---|
int |
getAlreadyMatchedFixedPropertyIndexPos()
if the scan is on a property index, currently supported for extended index
|
String |
getAlreadyMatchedIndexPath() |
boolean |
hasNext() |
boolean |
isAlreadyMatched()
is the entry returned already matched against the searching template currently is true if the
underlying scan made by CacheManager::EntriesIter
|
T |
next() |
void |
releaseScan()
release SLHolder for this scan
|
isIterator
boolean hasNext() throws SAException
SAException
T next() throws SAException
SAException
void releaseScan() throws SAException
SAException
int getAlreadyMatchedFixedPropertyIndexPos()
String getAlreadyMatchedIndexPath()
boolean isAlreadyMatched()
Copyright © GigaSpaces.