public class ExtendedIndexIterator<V> extends Object implements IExtendedIndexIterator<V>
| Constructor and Description | 
|---|
ExtendedIndexIterator(NavigableMap mapToScan,
                     TypeDataIndex idx)  | 
| Modifier and Type | Method and Description | 
|---|---|
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()  | 
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)
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 Objectwhich should be called when scan has ended prematurely.public void releaseScan()
releaseScan in interface IScanListIterator<V>public int getAlreadyMatchedFixedPropertyIndexPos()
IScanListIteratorgetAlreadyMatchedFixedPropertyIndexPos in interface IScanListIterator<V>public String getAlreadyMatchedIndexPath()
getAlreadyMatchedIndexPath in interface IScanListIterator<V>public boolean isMultiValueIterator()
public void remove()
public boolean isAlreadyMatched()
IScanListIteratorisAlreadyMatched in interface IScanListIterator<V>public boolean isIterator()
IObjectsListisIterator in interface IObjectsListCopyright © GigaSpaces.