public class ExtendedIndexIterator<V> extends Object implements IExtendedIndexIterator<V>
Constructor and Description |
---|
ExtendedIndexIterator(NavigableMap mapToScan,
TypeDataIndex idx,
Object originalStart,
short originalStartCondition,
Object originalEnd,
short originalEndCondition) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
protected void |
finalize()
called by GC to free all acquired resources; For protection only - we shouldn't rely on the
JVM.
|
int |
getAlreadyMatchedFixedPropertyIndexPos()
if the scan is on a property index, currently supported for extended index
|
String |
getAlreadyMatchedIndexPath() |
int |
hashCode() |
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 ?
|
boolean |
isMultiValueIterator() |
V |
next() |
void |
release()
Release of this SLHolder resource
|
void |
releaseScan()
release SLHolder for this scan
|
void |
remove() |
public ExtendedIndexIterator(NavigableMap mapToScan, TypeDataIndex idx, Object originalStart, short originalStartCondition, Object originalEnd, short originalEndCondition)
public boolean hasNext()
hasNext
in interface IScanListIterator<V>
public V next()
next
in interface IScanListIterator<V>
public void release()
Resource.release()
protected void finalize()
finalize
in class Object
which should be called when scan has ended prematurely.
public void releaseScan()
releaseScan
in interface IScanListIterator<V>
public int getAlreadyMatchedFixedPropertyIndexPos()
IScanListIterator
getAlreadyMatchedFixedPropertyIndexPos
in interface IScanListIterator<V>
public String getAlreadyMatchedIndexPath()
getAlreadyMatchedIndexPath
in interface IScanListIterator<V>
public boolean isMultiValueIterator()
public void remove()
public boolean isAlreadyMatched()
IScanListIterator
isAlreadyMatched
in interface IScanListIterator<V>
public boolean isIterator()
IObjectsList
isIterator
in interface IObjectsList
Copyright © GigaSpaces.