| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| org.apache.ignite.internal.processors.cache.distributed | |
| org.apache.ignite.internal.processors.cache.distributed.dht | |
| org.apache.ignite.internal.processors.cache.distributed.dht.atomic | |
| org.apache.ignite.internal.processors.cache.distributed.dht.colocated | |
| org.apache.ignite.internal.processors.cache.distributed.dht.topology |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheConcurrentMapImpl
Implementation of concurrent cache map.
|
class |
GridCacheLocalConcurrentMap
GridCacheConcurrentMap implementation for local and near caches.
|
class |
GridNoStorageCacheMap
Empty cache map that will never store any entries.
|
| Modifier and Type | Field and Description |
|---|---|
protected GridCacheConcurrentMap |
GridCacheAdapter.map
Local map.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheConcurrentMap |
GridCacheAdapter.map() |
| Constructor and Description |
|---|
GridCacheAdapter(GridCacheContext<K,V> ctx,
@Nullable GridCacheConcurrentMap map) |
| Constructor and Description |
|---|
GridDistributedCacheAdapter(GridCacheContext<K,V> ctx,
GridCacheConcurrentMap map) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCachePartitionedConcurrentMap
An implementation of GridCacheConcurrentMap that will delegate all method calls to corresponding local partition.
|
| Constructor and Description |
|---|
GridDhtCache(GridCacheContext<K,V> ctx,
GridCacheConcurrentMap map) |
GridDhtCacheAdapter(GridCacheContext<K,V> ctx,
GridCacheConcurrentMap map)
Constructor used for near-only cache.
|
GridDhtTransactionalCacheAdapter(GridCacheContext<K,V> ctx,
GridCacheConcurrentMap map)
Constructor used for near-only cache.
|
| Constructor and Description |
|---|
GridDhtAtomicCache(GridCacheContext<K,V> ctx,
GridCacheConcurrentMap map) |
| Constructor and Description |
|---|
GridDhtColocatedCache(GridCacheContext<K,V> ctx,
GridCacheConcurrentMap map)
Creates colocated cache with specified map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtLocalPartition
Key partition.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021