Uses of Interface
org.apache.ignite.internal.util.lang.GridCloseableIterator
-
Packages that use GridCloseableIterator Package Description org.apache.ignite.internal.cache.query.index org.apache.ignite.internal.pagemem.wal org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.distributed.dht.preloader org.apache.ignite.internal.processors.cache.persistence.snapshot org.apache.ignite.internal.processors.cache.persistence.wal org.apache.ignite.internal.processors.cache.persistence.wal.reader org.apache.ignite.internal.processors.cache.query org.apache.ignite.internal.processors.offheap org.apache.ignite.internal.processors.query org.apache.ignite.internal.util System-wide utility routine and helper classes.org.apache.ignite.internal.util.lang org.apache.ignite.internal.util.offheap org.apache.ignite.internal.util.offheap.unsafe -
-
Uses of GridCloseableIterator in org.apache.ignite.internal.cache.query.index
Methods in org.apache.ignite.internal.cache.query.index that return GridCloseableIterator Modifier and Type Method Description GridCloseableIterator<IgniteBiTuple<K,V>>IndexQueryResult. iter()Constructors in org.apache.ignite.internal.cache.query.index with parameters of type GridCloseableIterator Constructor Description IndexQueryResult(IndexQueryResultMeta metadata, GridCloseableIterator<IgniteBiTuple<K,V>> iter) -
Uses of GridCloseableIterator in org.apache.ignite.internal.pagemem.wal
Subinterfaces of GridCloseableIterator in org.apache.ignite.internal.pagemem.wal Modifier and Type Interface Description interfaceWALIterator -
Uses of GridCloseableIterator in org.apache.ignite.internal.processors.cache
Subinterfaces of GridCloseableIterator in org.apache.ignite.internal.processors.cache Modifier and Type Interface Description static interfaceCacheWeakQueryIteratorsHolder.WeakReferenceCloseableIterator<T>interfaceIgniteRebalanceIteratorIterator over supplied data for rebalancing.Classes in org.apache.ignite.internal.processors.cache that implement GridCloseableIterator Modifier and Type Class Description classCacheWeakQueryIteratorsHolder.WeakQueryCloseableIterator<T>Methods in org.apache.ignite.internal.processors.cache that return GridCloseableIterator Modifier and Type Method Description <K,V>
GridCloseableIterator<javax.cache.Cache.Entry<K,V>>IgniteCacheOffheapManager. cacheEntriesIterator(GridCacheContext cctx, boolean primary, boolean backup, AffinityTopologyVersion topVer, boolean keepBinary, Boolean dataPageScanEnabled)<K,V>
GridCloseableIterator<javax.cache.Cache.Entry<K,V>>IgniteCacheOffheapManagerImpl. cacheEntriesIterator(GridCacheContext cctx, boolean primary, boolean backup, AffinityTopologyVersion topVer, boolean keepBinary, Boolean dataPageScanEnabled)GridCloseableIterator<KeyCacheObject>IgniteCacheOffheapManager. cacheKeysIterator(int cacheId, int part)GridCloseableIterator<KeyCacheObject>IgniteCacheOffheapManagerImpl. cacheKeysIterator(int cacheId, int part)GridCloseableIterator<CacheDataRow>IgniteCacheOffheapManager. reservedIterator(int part, AffinityTopologyVersion topVer)GridCloseableIterator<CacheDataRow>IgniteCacheOffheapManagerImpl. reservedIterator(int part, AffinityTopologyVersion topVer)Methods in org.apache.ignite.internal.processors.cache with parameters of type GridCloseableIterator Modifier and Type Method Description <T> CacheWeakQueryIteratorsHolder.WeakReferenceCloseableIterator<T>CacheWeakQueryIteratorsHolder. iterator(GridCloseableIterator<V> iter, CacheIteratorConverter<T,V> convert) -
Uses of GridCloseableIterator in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Subinterfaces of GridCloseableIterator in org.apache.ignite.internal.processors.cache.distributed.dht.preloader Modifier and Type Interface Description interfaceIgniteHistoricalIteratorIterator that provides history of updates for a subset of partitions.Classes in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that implement GridCloseableIterator Modifier and Type Class Description classIgniteRebalanceIteratorImplDefault iterator for rebalancing.Constructor parameters in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with type arguments of type GridCloseableIterator Constructor Description IgniteRebalanceIteratorImpl(NavigableMap<Integer,GridCloseableIterator<CacheDataRow>> fullIterators, IgniteHistoricalIterator historicalIterator) -
Uses of GridCloseableIterator in org.apache.ignite.internal.processors.cache.persistence.snapshot
Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot that return GridCloseableIterator Modifier and Type Method Description GridCloseableIterator<CacheDataRow>IgniteSnapshotManager. partitionRowIterator(String snpName, String folderName, String grpName, int partId, @Nullable EncryptionCacheKeyProvider encrKeyProvider)GridCloseableIterator<CacheDataRow>IgniteSnapshotManager. partitionRowIterator(GridKernalContext ctx, String grpName, int partId, FilePageStore pageStore) -
Uses of GridCloseableIterator in org.apache.ignite.internal.processors.cache.persistence.wal
Classes in org.apache.ignite.internal.processors.cache.persistence.wal that implement GridCloseableIterator Modifier and Type Class Description classAbstractWalRecordsIteratorIterator over WAL segments.classSingleSegmentLogicalRecordsIteratorIterates over logical records of one WAL segment from archive. -
Uses of GridCloseableIterator in org.apache.ignite.internal.processors.cache.persistence.wal.reader
Classes in org.apache.ignite.internal.processors.cache.persistence.wal.reader that implement GridCloseableIterator Modifier and Type Class Description classFilteredWalIterator -
Uses of GridCloseableIterator in org.apache.ignite.internal.processors.cache.query
Classes in org.apache.ignite.internal.processors.cache.query that implement GridCloseableIterator Modifier and Type Class Description classAbstractScanQueryIterator<K,V,R>Abstract scan query iterator.classScanQueryIterator<K,V,R>Methods in org.apache.ignite.internal.processors.cache.query that return GridCloseableIterator Modifier and Type Method Description GridCloseableIteratorCacheQuery. executeScanQuery(List<Object> newAndUpdatedEntries)GridCloseableIteratorGridCacheQueryManager. indexQueryLocal(CacheQuery qry)Process local index query.GridCloseableIteratorGridCacheDistributedQueryManager. scanQueryDistributed(CacheQuery qry, Collection<ClusterNode> nodes)Executes distributed SCAN query.abstract GridCloseableIteratorGridCacheQueryManager. scanQueryDistributed(CacheQuery qry, Collection<ClusterNode> nodes)Executes distributed SCAN query.protected GridCloseableIteratorGridCacheQueryManager. scanQueryLocal(CacheQuery qry, boolean updateStatistics)Process local scan query. -
Uses of GridCloseableIterator in org.apache.ignite.internal.processors.offheap
Methods in org.apache.ignite.internal.processors.offheap that return GridCloseableIterator Modifier and Type Method Description GridCloseableIterator<IgniteBiTuple<byte[],byte[]>>GridOffHeapProcessor. iterator(@Nullable String spaceName)Gets iterator over contents of the given space.GridCloseableIterator<IgniteBiTuple<byte[],byte[]>>GridOffHeapProcessor. iterator(@Nullable String spaceName, int part)Gets iterator over contents of partition.<T> GridCloseableIterator<T>GridOffHeapProcessor. iterator(@Nullable String spaceName, CX2<T2<Long,Integer>,T2<Long,Integer>,T> c)Gets iterator over contents of the given space.<T> GridCloseableIterator<T>GridOffHeapProcessor. iterator(@Nullable String spaceName, CX2<T2<Long,Integer>,T2<Long,Integer>,T> c, int part)Gets iterator over contents of the given space. -
Uses of GridCloseableIterator in org.apache.ignite.internal.processors.query
Methods in org.apache.ignite.internal.processors.query that return GridCloseableIterator Modifier and Type Method Description GridCloseableIterator<List<?>>GridQueryFieldsResultAdapter. iterator()Gets iterator over queried fields.<K,V>
GridCloseableIterator<IgniteBiTuple<K,V>>GridQueryIndexing. queryLocalText(String schemaName, String cacheName, String qry, String typeName, IndexingQueryFilter filter, int limit)Executes text query.<K,V>
GridCloseableIterator<IgniteBiTuple<K,V>>GridQueryProcessor. queryText(String cacheName, String clause, String resType, IndexingQueryFilter filters, int limit)Constructors in org.apache.ignite.internal.processors.query with parameters of type GridCloseableIterator Constructor Description GridQueryFieldsResultAdapter(@Nullable List<GridQueryFieldMetadata> metaData, GridCloseableIterator<List<?>> it)Creates query field result composed of field metadata and iterator over queried fields. -
Uses of GridCloseableIterator in org.apache.ignite.internal.util
Classes in org.apache.ignite.internal.util that implement GridCloseableIterator Modifier and Type Class Description classGridCloseableIteratorAdapter<T>Convenient adapter for closeable iterator.classGridCloseableIteratorAdapterEx<T>Adapter for closeable iterator that can be safely closed concurrently.classGridEmptyCloseableIterator<T>Empty closeable iterator.classGridSpiCloseableIteratorWrapper<T>Wrapper used to covertIgniteSpiCloseableIteratortoGridCloseableIterator.Constructors in org.apache.ignite.internal.util with parameters of type GridCloseableIterator Constructor Description GridWeakIterator(Iterator<T> ref, GridCloseableIterator<T> it, ReferenceQueue<Iterator<T>> q) -
Uses of GridCloseableIterator in org.apache.ignite.internal.util.lang
Classes in org.apache.ignite.internal.util.lang that implement GridCloseableIterator Modifier and Type Class Description classIgniteSingletonIterator<T>Trivial iterator to return single item.Constructors in org.apache.ignite.internal.util.lang with parameters of type GridCloseableIterator Constructor Description GridFilteredClosableIterator(GridCloseableIterator<? extends T> it) -
Uses of GridCloseableIterator in org.apache.ignite.internal.util.offheap
Methods in org.apache.ignite.internal.util.offheap that return GridCloseableIterator Modifier and Type Method Description GridCloseableIterator<IgniteBiTuple<byte[],byte[]>>GridOffHeapMap. iterator()Gets iterator over map.<T> GridCloseableIterator<T>GridOffHeapMap. iterator(@Nullable CX2<T2<Long,Integer>,T2<Long,Integer>,T> c)Gets iterator over map.GridCloseableIterator<IgniteBiTuple<byte[],byte[]>>GridOffHeapPartitionedMap. iterator()Gets iterator over the whole map.GridCloseableIterator<IgniteBiTuple<byte[],byte[]>>GridOffHeapPartitionedMap. iterator(int p)Gets iterator over certain partition.<T> GridCloseableIterator<T>GridOffHeapPartitionedMap. iterator(CX2<T2<Long,Integer>,T2<Long,Integer>,T> c)Gets iterator over the whole map.<T> GridCloseableIterator<T>GridOffHeapPartitionedMap. iterator(CX2<T2<Long,Integer>,T2<Long,Integer>,T> c, int part)Gets iterator over the partition. -
Uses of GridCloseableIterator in org.apache.ignite.internal.util.offheap.unsafe
Methods in org.apache.ignite.internal.util.offheap.unsafe that return GridCloseableIterator Modifier and Type Method Description GridCloseableIterator<IgniteBiTuple<byte[],byte[]>>GridUnsafeMap. iterator()Gets iterator over map.<T> GridCloseableIterator<T>GridUnsafeMap. iterator(CX2<T2<Long,Integer>,T2<Long,Integer>,T> c)Gets iterator over map.GridCloseableIterator<IgniteBiTuple<byte[],byte[]>>GridUnsafePartitionedMap. iterator()Gets iterator over the whole map.GridCloseableIterator<IgniteBiTuple<byte[],byte[]>>GridUnsafePartitionedMap. iterator(int p)Gets iterator over certain partition.<T> GridCloseableIterator<T>GridUnsafePartitionedMap. iterator(CX2<T2<Long,Integer>,T2<Long,Integer>,T> c)Gets iterator over the whole map.<T> GridCloseableIterator<T>GridUnsafePartitionedMap. iterator(CX2<T2<Long,Integer>,T2<Long,Integer>,T> c, int part)Gets iterator over the partition.
-