| Package | Description |
|---|---|
| org.apache.ignite.internal.managers.indexing |
Indexing manager classes.
|
| 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 | |
| org.apache.ignite.internal.processors.cache.distributed.dht.preloader | |
| 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.query | |
| org.apache.ignite.internal.util |
System-wide utility routine and helper classes.
|
| org.apache.ignite.internal.util.lang | |
| org.apache.ignite.spi.systemview.view |
Contains
SystemView clases that exists in Ignite. |
| Modifier and Type | Method and Description |
|---|---|
IgniteSpiCloseableIterator<?> |
GridIndexingManager.query(String cacheName,
Collection<Object> params,
IndexingQueryFilter filters) |
| 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 | 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.
|
| 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 | Interface and Description |
|---|---|
interface |
UpdateSourceIterator<T> |
| Modifier and Type | Method and Description |
|---|---|
IgniteSpiCloseableIterator<List<?>> |
GridQueryFieldsResult.iterator()
Gets 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 |
|---|
GridSpiCloseableIteratorWrapper(IgniteSpiCloseableIterator<T> iter) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridCloseableIterator<T>
Defines "rich" closeable iterator interface that is also acts like lambda function and iterable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IgniteSingletonIterator<T>
Trivial iterator to return single item.
|
| Constructor and Description |
|---|
ScanQueryView(UUID nodeId,
long qryId,
boolean canceled,
IgniteSpiCloseableIterator<IgniteBiTuple<K,V>> iter) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020