Uses of Interface
org.apache.ignite.internal.processors.cache.GridCacheConcurrentMap
-
Packages that use GridCacheConcurrentMap 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 -
-
Uses of GridCacheConcurrentMap in org.apache.ignite.internal.processors.cache
Classes in org.apache.ignite.internal.processors.cache that implement GridCacheConcurrentMap Modifier and Type Class Description classGridCacheConcurrentMapImplImplementation of concurrent cache map.classGridCacheLocalConcurrentMapGridCacheConcurrentMap implementation for local and near caches.classGridNoStorageCacheMapEmpty cache map that will never store any entries.Fields in org.apache.ignite.internal.processors.cache declared as GridCacheConcurrentMap Modifier and Type Field Description protected GridCacheConcurrentMapGridCacheAdapter. mapLocal map.Methods in org.apache.ignite.internal.processors.cache that return GridCacheConcurrentMap Modifier and Type Method Description GridCacheConcurrentMapGridCacheAdapter. map()Constructors in org.apache.ignite.internal.processors.cache with parameters of type GridCacheConcurrentMap Constructor Description GridCacheAdapter(GridCacheContext<K,V> ctx, @Nullable GridCacheConcurrentMap map) -
Uses of GridCacheConcurrentMap in org.apache.ignite.internal.processors.cache.distributed
Constructors in org.apache.ignite.internal.processors.cache.distributed with parameters of type GridCacheConcurrentMap Constructor Description GridDistributedCacheAdapter(GridCacheContext<K,V> ctx, GridCacheConcurrentMap map) -
Uses of GridCacheConcurrentMap in org.apache.ignite.internal.processors.cache.distributed.dht
Classes in org.apache.ignite.internal.processors.cache.distributed.dht that implement GridCacheConcurrentMap Modifier and Type Class Description classGridCachePartitionedConcurrentMapAn implementation of GridCacheConcurrentMap that will delegate all method calls to corresponding local partition.Constructors in org.apache.ignite.internal.processors.cache.distributed.dht with parameters of type GridCacheConcurrentMap Constructor 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. -
Uses of GridCacheConcurrentMap in org.apache.ignite.internal.processors.cache.distributed.dht.atomic
Constructors in org.apache.ignite.internal.processors.cache.distributed.dht.atomic with parameters of type GridCacheConcurrentMap Constructor Description GridDhtAtomicCache(GridCacheContext<K,V> ctx, GridCacheConcurrentMap map) -
Uses of GridCacheConcurrentMap in org.apache.ignite.internal.processors.cache.distributed.dht.colocated
Constructors in org.apache.ignite.internal.processors.cache.distributed.dht.colocated with parameters of type GridCacheConcurrentMap Constructor Description GridDhtColocatedCache(GridCacheContext<K,V> ctx, GridCacheConcurrentMap map)Creates colocated cache with specified map. -
Uses of GridCacheConcurrentMap in org.apache.ignite.internal.processors.cache.distributed.dht.topology
Classes in org.apache.ignite.internal.processors.cache.distributed.dht.topology that implement GridCacheConcurrentMap Modifier and Type Class Description classGridDhtLocalPartitionKey partition.
-