public class ScanUidsIterator extends Object implements IScanListIterator<IEntryCacheInfo>
| Constructor and Description | 
|---|
ScanUidsIterator(CacheManager cacheManager,
                Set<String> uids)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getAlreadyMatchedFixedPropertyIndexPos()
if the scan is on a property index, currently supported for extended index 
 | 
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 
 | 
boolean | 
isIterator()
is the list an iterator or basic list ? 
 | 
IEntryCacheInfo | 
next()  | 
void | 
releaseScan()
release SLHolder for this scan 
 | 
void | 
remove()  | 
void | 
reuse(IStoredList<IEntryCacheInfo> list)  | 
int | 
size()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateCopyForAlternatingThread, getAlreadyMatchedIndexPath, isExtensionIndex, isMultiListsIteratorpublic ScanUidsIterator(CacheManager cacheManager, Set<String> uids)
public boolean hasNext()
hasNext in interface IScanListIterator<IEntryCacheInfo>public IEntryCacheInfo next()
next in interface IScanListIterator<IEntryCacheInfo>public void remove()
public void releaseScan()
releaseScan in interface IScanListIterator<IEntryCacheInfo>public int getAlreadyMatchedFixedPropertyIndexPos()
IScanListIteratorgetAlreadyMatchedFixedPropertyIndexPos in interface IScanListIterator<IEntryCacheInfo>public boolean isAlreadyMatched()
IScanListIteratorisAlreadyMatched in interface IScanListIterator<IEntryCacheInfo>public boolean isIterator()
IObjectsListisIterator in interface IObjectsListpublic void reuse(IStoredList<IEntryCacheInfo> list)
public int size()
Copyright © GigaSpaces.