Uses of Class
org.apache.ignite.internal.processors.cache.GridCacheAdapter
-
Packages that use GridCacheAdapter Package Description org.apache.ignite.internal Contains main implementation.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.preloader org.apache.ignite.internal.processors.cache.distributed.near org.apache.ignite.internal.processors.datastructures -
-
Uses of GridCacheAdapter in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return GridCacheAdapter Modifier and Type Method Description <K,V>
GridCacheAdapter<K,V>IgniteKernal. internalCache(String name)USED ONLY FOR TESTING. -
Uses of GridCacheAdapter in org.apache.ignite.internal.processors.cache
Fields in org.apache.ignite.internal.processors.cache declared as GridCacheAdapter Modifier and Type Field Description protected GridCacheAdapter<K,V>GridCacheClearAllRunnable. cacheCache to be cleared.Methods in org.apache.ignite.internal.processors.cache that return GridCacheAdapter Modifier and Type Method Description GridCacheAdapter<K,V>GridCacheContext. cache()<K,V>
GridCacheAdapter<K,V>GridCacheProcessor. internalCache(String name)Methods in org.apache.ignite.internal.processors.cache that return types with arguments of type GridCacheAdapter Modifier and Type Method Description List<GridCacheAdapter>GridCacheProcessor. blockGateways(Collection<Integer> cacheGrpIds)Blocks (stops) cache gateway for caches according to givencacheGroupIds.Collection<GridCacheAdapter<?,?>>GridCacheProcessor. internalCaches()Methods in org.apache.ignite.internal.processors.cache with parameters of type GridCacheAdapter Modifier and Type Method Description voidGridCacheContext. cache(GridCacheAdapter<K,V> cache)Method parameters in org.apache.ignite.internal.processors.cache with type arguments of type GridCacheAdapter Modifier and Type Method Description IgniteInternalFuture<Void>GridCachePartitionExchangeManager. deferStopCachesOnClientReconnect(Collection<GridCacheAdapter> caches)Constructors in org.apache.ignite.internal.processors.cache with parameters of type GridCacheAdapter Constructor Description GridCacheClearAllRunnable(GridCacheAdapter<K,V> cache, GridCacheVersion obsoleteVer, int id, int totalCnt, boolean readers)Constructor. -
Uses of GridCacheAdapter in org.apache.ignite.internal.processors.cache.distributed
Subclasses of GridCacheAdapter in org.apache.ignite.internal.processors.cache.distributed Modifier and Type Class Description classGridDistributedCacheAdapter<K,V>Distributed cache implementation. -
Uses of GridCacheAdapter in org.apache.ignite.internal.processors.cache.distributed.dht
Subclasses of GridCacheAdapter in org.apache.ignite.internal.processors.cache.distributed.dht Modifier and Type Class Description classGridDhtCache<K,V>DHT cache.classGridDhtCacheAdapter<K,V>DHT cache adapter.classGridDhtTransactionalCacheAdapter<K,V>Base class for transactional DHT caches. -
Uses of GridCacheAdapter in org.apache.ignite.internal.processors.cache.distributed.dht.atomic
Subclasses of GridCacheAdapter in org.apache.ignite.internal.processors.cache.distributed.dht.atomic Modifier and Type Class Description classGridDhtAtomicCache<K,V>Non-transactional partitioned cache. -
Uses of GridCacheAdapter in org.apache.ignite.internal.processors.cache.distributed.dht.colocated
Subclasses of GridCacheAdapter in org.apache.ignite.internal.processors.cache.distributed.dht.colocated Modifier and Type Class Description classGridDhtColocatedCache<K,V>Colocated cache. -
Uses of GridCacheAdapter in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that return types with arguments of type GridCacheAdapter Modifier and Type Method Description Collection<GridCacheAdapter>StopCachesOnClientReconnectExchangeTask. stoppedCaches()Constructor parameters in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with type arguments of type GridCacheAdapter Constructor Description StopCachesOnClientReconnectExchangeTask(@Nullable SecurityContext secCtx, Collection<GridCacheAdapter> stoppedCaches) -
Uses of GridCacheAdapter in org.apache.ignite.internal.processors.cache.distributed.near
Subclasses of GridCacheAdapter in org.apache.ignite.internal.processors.cache.distributed.near Modifier and Type Class Description classGridNearAtomicCache<K,V>Near cache for atomic cache.classGridNearCacheAdapter<K,V>Common logic for near caches (smaller local cache that stores most recently or most frequently accessed data).classGridNearTransactionalCache<K,V>Near cache for transactional cache.Constructors in org.apache.ignite.internal.processors.cache.distributed.near with parameters of type GridCacheAdapter Constructor Description GridNearCacheClearAllRunnable(GridCacheAdapter<K,V> cache, GridCacheVersion obsoleteVer, GridCacheClearAllRunnable<K,V> dhtJob)Constructor. -
Uses of GridCacheAdapter in org.apache.ignite.internal.processors.datastructures
Fields in org.apache.ignite.internal.processors.datastructures declared as GridCacheAdapter Modifier and Type Field Description protected GridCacheAdapterGridCacheQueueAdapter. cacheCache.
-