| Modifier and Type | Method and Description |
|---|---|
GridCloseableIterator<IgniteBiTuple<K,V>> |
IndexQueryResult.iter() |
| Constructor and Description |
|---|
IndexQueryResult(IndexQueryResultMeta metadata,
GridCloseableIterator<IgniteBiTuple<K,V>> iter) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WALIterator |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CacheWeakQueryIteratorsHolder.WeakReferenceCloseableIterator<T> |
interface |
IgniteRebalanceIterator
Iterator over supplied data for rebalancing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheWeakQueryIteratorsHolder.WeakQueryCloseableIterator<T> |
| Modifier and Type | Method and Description |
|---|---|
<K,V> GridCloseableIterator<javax.cache.Cache.Entry<K,V>> |
IgniteCacheOffheapManagerImpl.cacheEntriesIterator(GridCacheContext cctx,
boolean primary,
boolean backup,
AffinityTopologyVersion topVer,
boolean keepBinary,
@Nullable MvccSnapshot mvccSnapshot,
Boolean dataPageScanEnabled) |
<K,V> GridCloseableIterator<javax.cache.Cache.Entry<K,V>> |
IgniteCacheOffheapManager.cacheEntriesIterator(GridCacheContext cctx,
boolean primary,
boolean backup,
AffinityTopologyVersion topVer,
boolean keepBinary,
@Nullable MvccSnapshot mvccSnapshot,
Boolean dataPageScanEnabled) |
GridCloseableIterator<KeyCacheObject> |
IgniteCacheOffheapManagerImpl.cacheKeysIterator(int cacheId,
int part) |
GridCloseableIterator<KeyCacheObject> |
IgniteCacheOffheapManager.cacheKeysIterator(int cacheId,
int part) |
GridCloseableIterator<CacheDataRow> |
IgniteCacheOffheapManagerImpl.reservedIterator(int part,
AffinityTopologyVersion topVer) |
GridCloseableIterator<CacheDataRow> |
IgniteCacheOffheapManager.reservedIterator(int part,
AffinityTopologyVersion topVer) |
| Modifier and Type | Method and Description |
|---|---|
<T> CacheWeakQueryIteratorsHolder.WeakReferenceCloseableIterator<T> |
CacheWeakQueryIteratorsHolder.iterator(GridCloseableIterator<V> iter,
CacheIteratorConverter<T,V> convert) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtTxEnlistFuture
Future processing transaction enlisting and locking of entries produces by cache API operations.
|
class |
GridDhtTxQueryResultsEnlistFuture
Future processing transaction enlisting and locking of entries
produces by complex DML queries with reduce step.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IgniteHistoricalIterator
Iterator that provides history of updates for a subset of partitions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IgniteRebalanceIteratorImpl
Default iterator for rebalancing.
|
| Constructor and Description |
|---|
IgniteRebalanceIteratorImpl(NavigableMap<Integer,GridCloseableIterator<CacheDataRow>> fullIterators,
IgniteHistoricalIterator historicalIterator) |
| Modifier and Type | Method and Description |
|---|---|
GridCloseableIterator<CacheDataRow> |
IgniteSnapshotManager.partitionRowIterator(GridKernalContext ctx,
String grpName,
int partId,
FilePageStore pageStore) |
GridCloseableIterator<CacheDataRow> |
IgniteSnapshotManager.partitionRowIterator(String snpName,
String folderName,
String grpName,
int partId,
@Nullable EncryptionCacheKeyProvider encrKeyProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWalRecordsIterator
Iterator over WAL segments.
|
class |
SingleSegmentLogicalRecordsIterator
Iterates over logical records of one WAL segment from archive.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilteredWalIterator
|
| Modifier and Type | Class and Description |
|---|---|
static class |
GridCacheQueryManager.ScanQueryIterator<K,V> |
| Modifier and Type | Method and Description |
|---|---|
GridCloseableIterator |
CacheQuery.executeScanQuery() |
GridCloseableIterator |
GridCacheQueryAdapter.executeScanQuery() |
abstract GridCloseableIterator |
GridCacheQueryManager.scanQueryDistributed(GridCacheQueryAdapter qry,
Collection<ClusterNode> nodes)
Executes distributed SCAN query.
|
GridCloseableIterator |
GridCacheDistributedQueryManager.scanQueryDistributed(GridCacheQueryAdapter qry,
Collection<ClusterNode> nodes)
Executes distributed SCAN query.
|
protected GridCloseableIterator |
GridCacheQueryManager.scanQueryLocal(GridCacheQueryAdapter qry,
boolean updateStatistics)
Process local scan query.
|
| Modifier and Type | Method and Description |
|---|---|
GridCloseableIterator<IgniteBiTuple<byte[],byte[]>> |
GridOffHeapProcessor.iterator(@Nullable String spaceName)
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)
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.
|
GridCloseableIterator<IgniteBiTuple<byte[],byte[]>> |
GridOffHeapProcessor.iterator(@Nullable String spaceName,
int part)
Gets iterator over contents of partition.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
UpdateSourceIterator<T> |
| Modifier and Type | Method and 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) |
| Constructor and Description |
|---|
GridQueryFieldsResultAdapter(@Nullable List<GridQueryFieldMetadata> metaData,
GridCloseableIterator<List<?>> it)
Creates query field result composed of field metadata and iterator
over queried fields.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCloseableIteratorAdapter<T>
Convenient adapter for closeable iterator.
|
class |
GridCloseableIteratorAdapterEx<T>
Adapter for closeable iterator that can be safely closed concurrently.
|
class |
GridEmptyCloseableIterator<T>
Empty closeable iterator.
|
class |
GridSpiCloseableIteratorWrapper<T>
Wrapper used to covert
IgniteSpiCloseableIterator to GridCloseableIterator. |
| Constructor and Description |
|---|
GridWeakIterator(Iterator<T> ref,
GridCloseableIterator<T> it,
ReferenceQueue<Iterator<T>> q) |
| Modifier and Type | Class and Description |
|---|---|
class |
IgniteSingletonIterator<T>
Trivial iterator to return single item.
|
| Constructor and Description |
|---|
GridFilteredClosableIterator(GridCloseableIterator<? extends T> it) |
| Modifier and Type | Method and Description |
|---|---|
GridCloseableIterator<IgniteBiTuple<byte[],byte[]>> |
GridOffHeapMap.iterator()
Gets iterator over map.
|
GridCloseableIterator<IgniteBiTuple<byte[],byte[]>> |
GridOffHeapPartitionedMap.iterator()
Gets iterator over the whole map.
|
<T> GridCloseableIterator<T> |
GridOffHeapMap.iterator(@Nullable CX2<T2<Long,Integer>,T2<Long,Integer>,T> c)
Gets iterator over map.
|
<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.
|
GridCloseableIterator<IgniteBiTuple<byte[],byte[]>> |
GridOffHeapPartitionedMap.iterator(int p)
Gets iterator over certain partition.
|
| Modifier and Type | Method and Description |
|---|---|
GridCloseableIterator<IgniteBiTuple<byte[],byte[]>> |
GridUnsafePartitionedMap.iterator()
Gets iterator over the whole map.
|
GridCloseableIterator<IgniteBiTuple<byte[],byte[]>> |
GridUnsafeMap.iterator()
Gets iterator over map.
|
<T> GridCloseableIterator<T> |
GridUnsafePartitionedMap.iterator(CX2<T2<Long,Integer>,T2<Long,Integer>,T> c)
Gets iterator over the whole map.
|
<T> GridCloseableIterator<T> |
GridUnsafeMap.iterator(CX2<T2<Long,Integer>,T2<Long,Integer>,T> c)
Gets iterator over map.
|
<T> GridCloseableIterator<T> |
GridUnsafePartitionedMap.iterator(CX2<T2<Long,Integer>,T2<Long,Integer>,T> c,
int part)
Gets iterator over the partition.
|
GridCloseableIterator<IgniteBiTuple<byte[],byte[]>> |
GridUnsafePartitionedMap.iterator(int p)
Gets iterator over certain partition.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023