public class QueryExtensionIndexEntryIteratorWrapper extends Object implements IScanListIterator<IEntryCacheInfo>
Constructor and Description |
---|
QueryExtensionIndexEntryIteratorWrapper(QueryExtensionIndexManagerWrapper manager,
QueryExtensionEntryIterator iterator) |
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 |
hasSize() |
boolean |
isAlreadyMatched()
is the entry returned already matched against the searching template currently is true if the
underlying scan made by CacheManager::EntriesIter
|
boolean |
isExtensionIndex() |
boolean |
isIterator()
is the list an iterator or basic list ?
|
IEntryCacheInfo |
next() |
boolean |
noRematchNeeded() |
void |
releaseScan()
release SLHolder for this scan
|
void |
setAlreadyMatchedIndexPath(String alreadyMatchedIndexPath) |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createCopyForAlternatingThread, isMultiListsIterator
public QueryExtensionIndexEntryIteratorWrapper(QueryExtensionIndexManagerWrapper manager, QueryExtensionEntryIterator iterator)
public boolean hasNext() throws SAException
hasNext
in interface IScanListIterator<IEntryCacheInfo>
SAException
public IEntryCacheInfo next() throws SAException
next
in interface IScanListIterator<IEntryCacheInfo>
SAException
public void releaseScan() throws SAException
releaseScan
in interface IScanListIterator<IEntryCacheInfo>
SAException
public int getAlreadyMatchedFixedPropertyIndexPos()
getAlreadyMatchedFixedPropertyIndexPos
in interface IScanListIterator<IEntryCacheInfo>
public String getAlreadyMatchedIndexPath()
getAlreadyMatchedIndexPath
in interface IScanListIterator<IEntryCacheInfo>
public void setAlreadyMatchedIndexPath(String alreadyMatchedIndexPath)
public boolean isAlreadyMatched()
isAlreadyMatched
in interface IScanListIterator<IEntryCacheInfo>
public boolean isExtensionIndex()
isExtensionIndex
in interface IScanListIterator<IEntryCacheInfo>
public boolean isIterator()
IObjectsList
isIterator
in interface IObjectsList
public boolean hasSize()
hasSize
in interface IScanListIterator<IEntryCacheInfo>
public int size()
size
in interface IScanListIterator<IEntryCacheInfo>
public boolean noRematchNeeded()
noRematchNeeded
in interface IScanListIterator<IEntryCacheInfo>
Copyright © GigaSpaces.