Uses of Interface
com.j_spaces.kernel.list.IScanListIterator
Packages that use IScanListIterator
Package
Description
-
Uses of IScanListIterator in com.gigaspaces.internal.server.space.iterator
Methods in com.gigaspaces.internal.server.space.iterator that return IScanListIteratorMethods in com.gigaspaces.internal.server.space.iterator with parameters of type IScanListIteratorModifier and TypeMethodDescriptionvoidServerIteratorInfo.setScanEntriesIter(IScanListIterator<IEntryCacheInfo> scanEntriesIter) -
Uses of IScanListIterator in com.j_spaces.core.cache
Subinterfaces of IScanListIterator in com.j_spaces.core.cacheModifier and TypeInterfaceDescriptioninterfaceinterfaceIOrderedIndexScan defines the interface for an ordered index scan.Classes in com.j_spaces.core.cache that implement IScanListIteratorModifier and TypeClassDescriptionclassclassclassclassstatic classclassTODO add JavadocMethods in com.j_spaces.core.cache that return IScanListIteratorModifier and TypeMethodDescriptionExtendedIndexHandler.establishScan(K startPos, short relation, K endPos, boolean endPosInclusive) establish a scan according to the relation given and startPos : the start-scan object , null means scan all values.ExtendedIndexHandler.establishScan(K startPos, short relation, K endPos, boolean endPosInclusive, boolean ordered) establish a scan according to the relation given and startPos : the start-scan object , null means scan all values.IExtendedIndexScanPositioner.establishScan(K startPos, short relation, K endPos, boolean endPosInclusive) establish a scan according to the relation given and startPos : the start-scan object , null means scan all values.IExtendedIndexScanPositioner.establishScan(K startPos, short relation, K endPos, boolean endPosInclusive, boolean ordered) establish a scan according to the relation given and startPos : the start-scan object , null means scan all values.CacheManager.getMatchingMemoryEntriesForScanning(Context context, IServerTypeDesc currServerTypeDesc, ITemplateHolder template, IServerTypeDesc serverTypeDesc) RecentExtendedIndexUpdates.iterator(long startTime, ExtendedIndexIterator mainIter) CacheManager.makeScanableEntriesIter(Context context, ITemplateHolder template, IServerTypeDesc serverTypeDesc, long SCNFilter, long leaseFilter, boolean memoryOnly) TypeData.scanTypeEntries() -
Uses of IScanListIterator in com.j_spaces.core.cache.blobStore
Classes in com.j_spaces.core.cache.blobStore that implement IScanListIteratorModifier and TypeClassDescriptionclassThe resident part of entry that resides blob-store -
Uses of IScanListIterator in com.j_spaces.core.cache.blobStore.storage.preFetch
Classes in com.j_spaces.core.cache.blobStore.storage.preFetch that implement IScanListIteratorModifier and TypeClassDescriptionclasshandles prefetch activityMethods in com.j_spaces.core.cache.blobStore.storage.preFetch that return IScanListIteratorModifier and TypeMethodDescriptionstatic IScanListIterator<IEntryCacheInfo>BlobStorePreFetchIteratorBasedHandler.createPreFetchIterIfRelevant(Context context, CacheManager cacheManager, IScanListIterator<IEntryCacheInfo> mainIterator, ITemplateHolder template, org.slf4j.Logger logger) Methods in com.j_spaces.core.cache.blobStore.storage.preFetch with parameters of type IScanListIteratorModifier and TypeMethodDescriptionstatic IScanListIterator<IEntryCacheInfo>BlobStorePreFetchIteratorBasedHandler.createPreFetchIterIfRelevant(Context context, CacheManager cacheManager, IScanListIterator<IEntryCacheInfo> mainIterator, ITemplateHolder template, org.slf4j.Logger logger) Constructors in com.j_spaces.core.cache.blobStore.storage.preFetch with parameters of type IScanListIteratorModifierConstructorDescriptionBlobStorePreFetchIteratorBasedHandler(Context mainThreadContext, CacheManager cacheManager, IScanListIterator<IEntryCacheInfo> mainIterator, ITemplateHolder template, int numEntriesRequested, org.slf4j.Logger logger) -
Uses of IScanListIterator in com.j_spaces.core.cache.fifoGroup
Subinterfaces of IScanListIterator in com.j_spaces.core.cache.fifoGroupModifier and TypeInterfaceDescriptioninterfaceIFifoGroupIterator for scanning in order to locate fifo-groupsClasses in com.j_spaces.core.cache.fifoGroup that implement IScanListIteratorModifier and TypeClassDescriptionclassclassclassTODO add JavadocclassTODO add JavadocclassTODO add JavadocclassFifoGroupsScanByFGIndexIterator<EntryCacheInfo>TODO add JavadocclassTODO add JavadocMethods in com.j_spaces.core.cache.fifoGroup that return IScanListIteratorModifier and TypeMethodDescriptionstatic IScanListIterator<IEntryCacheInfo>FifoGroupCacheImpl.createScanIterOnNonFGIndex(IStoredList<IEntryCacheInfo> entries, ITemplateHolder template, TypeDataIndex usedIndexForRes, TypeData typeData) FifoGroupCacheImpl.getScannableEntriesByIndexValue(Context context, ITemplateHolder template, IEntryHolder entry, IServerTypeDesc templateTypeDesc) FifoGroupCacheImpl.getScannableEntriesMinIndex(Context context, TypeData typeData, int numOfFields, ITemplateHolder template) FifoGroupCacheImpl.getScannableEntriesMinIndexExtended(Context context, TypeData entryType, int numOfFields, ITemplateHolder template) protected IScanListIterator<T>FifoGroupsMultiList.prepareListIterator(IObjectsList list) -
Uses of IScanListIterator in com.j_spaces.core.cache.mvcc
Classes in com.j_spaces.core.cache.mvcc that implement IScanListIteratorMethods in com.j_spaces.core.cache.mvcc that return IScanListIterator -
Uses of IScanListIterator in com.j_spaces.kernel.list
Classes in com.j_spaces.kernel.list that implement IScanListIteratorModifier and TypeClassDescriptionclassList of lists that should return result after intersection.classList of stored lists.classTODO add JavadocclassTODO add JavadocMethods in com.j_spaces.kernel.list that return IScanListIteratorModifier and TypeMethodDescriptiondefault IScanListIteratorIScanListIterator.createCopyForAlternatingThread()create a shallow copy ready for alternating thread usageprotected IScanListIterator<T>MultiStoredList.getCurrentList()protected IScanListIterator<T>MultiIntersectedStoredList.prepareListIterator(IObjectsList list) protected IScanListIterator<T>MultiStoredList.prepareListIterator(IObjectsList list)