Uses of Class
org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter
-
Packages that use GridDhtCacheAdapter Package Description 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.atomic org.apache.ignite.internal.processors.cache.distributed.dht.colocated org.apache.ignite.internal.processors.cache.distributed.near -
-
Uses of GridDhtCacheAdapter in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return GridDhtCacheAdapter Modifier and Type Method Description GridDhtCacheAdapter<K,V>GridCacheContext. dht()GridDhtCacheAdapterGridCacheContext. dhtCache() -
Uses of GridDhtCacheAdapter in org.apache.ignite.internal.processors.cache.distributed.dht
Subclasses of GridDhtCacheAdapter in org.apache.ignite.internal.processors.cache.distributed.dht Modifier and Type Class Description classGridDhtCache<K,V>DHT cache.classGridDhtTransactionalCacheAdapter<K,V>Base class for transactional DHT caches. -
Uses of GridDhtCacheAdapter in org.apache.ignite.internal.processors.cache.distributed.dht.atomic
Subclasses of GridDhtCacheAdapter in org.apache.ignite.internal.processors.cache.distributed.dht.atomic Modifier and Type Class Description classGridDhtAtomicCache<K,V>Non-transactional partitioned cache. -
Uses of GridDhtCacheAdapter in org.apache.ignite.internal.processors.cache.distributed.dht.colocated
Subclasses of GridDhtCacheAdapter in org.apache.ignite.internal.processors.cache.distributed.dht.colocated Modifier and Type Class Description classGridDhtColocatedCache<K,V>Colocated cache. -
Uses of GridDhtCacheAdapter in org.apache.ignite.internal.processors.cache.distributed.near
Methods in org.apache.ignite.internal.processors.cache.distributed.near that return GridDhtCacheAdapter Modifier and Type Method Description GridDhtCacheAdapter<K,V>GridNearAtomicCache. dht()abstract GridDhtCacheAdapter<K,V>GridNearCacheAdapter. dht()
-