Uses of Interface
com.j_spaces.kernel.IStoredListIterator
Packages that use IStoredListIterator
Package
Description
Provides GigaSpaces low level services
-
Uses of IStoredListIterator in com.j_spaces.core.cache
Subinterfaces of IStoredListIterator in com.j_spaces.core.cacheClasses in com.j_spaces.core.cache that implement IStoredListIteratorModifier and TypeClassDescriptionclassclassclassMethods in com.j_spaces.core.cache that return IStoredListIteratorModifier and TypeMethodDescriptionMemoryBasedEntryCacheInfo.establishListScan(boolean random_scan) TemplateCacheInfo.establishListScan(boolean random_scan) MemoryBasedEntryCacheInfo.next(IStoredListIterator<IEntryCacheInfo> slh) TemplateCacheInfo.next(IStoredListIterator<TemplateCacheInfo> slh) Methods in com.j_spaces.core.cache with parameters of type IStoredListIteratorModifier and TypeMethodDescriptionvoidMemoryBasedEntryCacheInfo.freeSLHolder(IStoredListIterator slh) voidTemplateCacheInfo.freeSLHolder(IStoredListIterator slh) MemoryBasedEntryCacheInfo.next(IStoredListIterator<IEntryCacheInfo> slh) TemplateCacheInfo.next(IStoredListIterator<TemplateCacheInfo> slh) -
Uses of IStoredListIterator in com.j_spaces.core.cache.blobStore
Classes in com.j_spaces.core.cache.blobStore that implement IStoredListIteratorModifier and TypeClassDescriptionclassThe resident part of entry that resides blob-storeMethods in com.j_spaces.core.cache.blobStore that return IStoredListIteratorModifier and TypeMethodDescriptionBlobStoreRefEntryCacheInfo.establishListScan(boolean random_scan) BlobStoreRefEntryCacheInfo.next(IStoredListIterator<IEntryCacheInfo> slh) Methods in com.j_spaces.core.cache.blobStore with parameters of type IStoredListIteratorModifier and TypeMethodDescriptionvoidBlobStoreRefEntryCacheInfo.freeSLHolder(IStoredListIterator slh) BlobStoreRefEntryCacheInfo.next(IStoredListIterator<IEntryCacheInfo> slh) -
Uses of IStoredListIterator in com.j_spaces.core.cache.mvcc
Classes in com.j_spaces.core.cache.mvcc that implement IStoredListIterator -
Uses of IStoredListIterator in com.j_spaces.kernel
Classes in com.j_spaces.kernel that implement IStoredListIteratorModifier and TypeClassDescriptionfinal classIterates the data in the StoredListMethods in com.j_spaces.kernel that return IStoredListIteratorModifier and TypeMethodDescriptionIOrderedList.establishListOrderedScan(IObjectInfo<T> OrderedScanPivot, boolean ascending) establish a scan position in one direction ascending (towards head) or descending (towards tail).ICollection.establishListScan(boolean random_scan) establish a scan position.default IStoredListIterator<T>ICollection.establishListScan(boolean random_scan, boolean alternatingThread) establish a scan position.AbstractStoredList.next(IStoredListIterator<T> slh) get the next element in scan orderICollection.next(IStoredListIterator<T> slh) Returns the next element in the scan order.Methods in com.j_spaces.kernel with parameters of type IStoredListIteratorModifier and TypeMethodDescriptionvoidAbstractStoredList.freeSLHolder(IStoredListIterator<T> slh) this method is called by outside scan that want to quit the scan and return the slholder to the factoryvoidIStoredList.freeSLHolder(IStoredListIterator<T> slh) Called by an outside scan that wants to quit the scan and return the slholder to the resource pool.AbstractStoredList.next(IStoredListIterator<T> slh) get the next element in scan orderICollection.next(IStoredListIterator<T> slh) Returns the next element in the scan order. -
Uses of IStoredListIterator in com.j_spaces.kernel.list
Classes in com.j_spaces.kernel.list that implement IStoredListIteratorMethods in com.j_spaces.kernel.list that return IStoredListIteratorModifier and TypeMethodDescriptionExternallyLockedStoredList.establishListOrderedScan(IObjectInfo<T> OrderedScanPivot, boolean ascending) establish a scan position in one direction ascending (twrds head) or descending (towards tail).ConcurrentStoredList.establishListScan(boolean randomScan) establish a scan position.ConcurrentStoredList.establishListScan(boolean randomScan, boolean alternatingThread) establish a scan position.RwlSegmentedStoredList.establishListScan(boolean random_scan) Deprecated.establish a scan position.ConcurrentStoredList.next(IStoredListIterator<T> slh) get the next element in scan orderExternallyLockedStoredList.next(IStoredListIterator<T> slh) get the next element in scan orderRwlSegmentedStoredList.next(IStoredListIterator<T> slh) Deprecated.get the next element in scan orderprotected IStoredListIterator<T>ExternallyLockedStoredList.nextPos(ExternallyLockedStoredList.StoredListIterator<T> slh) Methods in com.j_spaces.kernel.list with parameters of type IStoredListIteratorModifier and TypeMethodDescriptionvoidConcurrentStoredList.freeSLHolder(IStoredListIterator<T> slh) this method is called by outside scan that want to quit the scan and return the slholder to the factoryvoidExternallyLockedStoredList.freeSLHolder(IStoredListIterator<T> slh) this method is called by outside scan that want to quit the scan and return the slholder to the factoryvoidRwlSegmentedStoredList.freeSLHolder(IStoredListIterator<T> slh) Deprecated.this method is called by outside scan that want to quit the scan and return the slholder to the factoryConcurrentStoredList.next(IStoredListIterator<T> slh) get the next element in scan orderExternallyLockedStoredList.next(IStoredListIterator<T> slh) get the next element in scan orderRwlSegmentedStoredList.next(IStoredListIterator<T> slh) Deprecated.get the next element in scan order