Package com.j_spaces.core.cache
Class RecentExtendedIndexUpdates.RecentExtendedUpdatesIter
java.lang.Object
com.j_spaces.core.cache.RecentExtendedIndexUpdates.RecentExtendedUpdatesIter
- All Implemented Interfaces:
IObjectsList,IScanListIterator<IEntryCacheInfo>
- Enclosing class:
- RecentExtendedIndexUpdates
public static class RecentExtendedIndexUpdates.RecentExtendedUpdatesIter
extends Object
implements IScanListIterator<IEntryCacheInfo>
-
Method Summary
Modifier and TypeMethodDescriptionbooleanintif the scan is on a property index, currently supported for extended indexinthashCode()booleanhasNext()booleanis the entry returned already matched against the searching template currently is true if the underlying scan made by CacheManager::EntriesIterbooleanis the list an iterator or basic list ?next()voidrelease SLHolder for this scanMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.j_spaces.kernel.list.IScanListIterator
createCopyForAlternatingThread, getAlreadyMatchedIndexPath, hasSize, isExtensionIndex, isMultiListsIterator, noRematchNeeded, size
-
Method Details
-
hasNext
- Specified by:
hasNextin interfaceIScanListIterator<IEntryCacheInfo>- Throws:
SAException
-
next
- Specified by:
nextin interfaceIScanListIterator<IEntryCacheInfo>- Throws:
SAException
-
releaseScan
release SLHolder for this scan- Specified by:
releaseScanin interfaceIScanListIterator<IEntryCacheInfo>- Throws:
SAException
-
getAlreadyMatchedFixedPropertyIndexPos
public int getAlreadyMatchedFixedPropertyIndexPos()if the scan is on a property index, currently supported for extended index- Specified by:
getAlreadyMatchedFixedPropertyIndexPosin interfaceIScanListIterator<IEntryCacheInfo>
-
isAlreadyMatched
public boolean isAlreadyMatched()is the entry returned already matched against the searching template currently is true if the underlying scan made by CacheManager::EntriesIter- Specified by:
isAlreadyMatchedin interfaceIScanListIterator<IEntryCacheInfo>
-
isIterator
public boolean isIterator()Description copied from interface:IObjectsListis the list an iterator or basic list ?- Specified by:
isIteratorin interfaceIObjectsList
-
hashCode
public int hashCode() -
equals
-