public class FifoGroupsScanAllValuesIterator<T> extends Object implements IFifoGroupIterator<T>
Constructor and Description |
---|
FifoGroupsScanAllValuesIterator(IStoredList<Object> entries) |
Modifier and Type | Method and Description |
---|---|
protected IStoredList |
getActualList(Object candidate) |
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 ?
|
T |
next() |
void |
nextGroup()
move to next group-value
|
void |
releaseScan()
release SLHolder for this scan
|
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createCopyForAlternatingThread, getAlreadyMatchedIndexPath, hasSize, isExtensionIndex, isMultiListsIterator, noRematchNeeded, size
public FifoGroupsScanAllValuesIterator(IStoredList<Object> entries)
public boolean hasNext() throws SAException
hasNext
in interface IScanListIterator<T>
SAException
public T next() throws SAException
next
in interface IScanListIterator<T>
SAException
public void nextGroup() throws SAException
nextGroup
in interface IFifoGroupIterator<T>
SAException
public void remove()
public void releaseScan() throws SAException
releaseScan
in interface IScanListIterator<T>
SAException
public int getAlreadyMatchedFixedPropertyIndexPos()
IScanListIterator
getAlreadyMatchedFixedPropertyIndexPos
in interface IScanListIterator<T>
public boolean isAlreadyMatched()
IScanListIterator
isAlreadyMatched
in interface IScanListIterator<T>
public boolean isIterator()
IObjectsList
isIterator
in interface IObjectsList
protected IStoredList getActualList(Object candidate)
Copyright © GigaSpaces.