| Modifier and Type | Method and Description |
|---|---|
<K,V> GridCacheAdapter<K,V> |
IgniteKernal.internalCache(String name)
USED ONLY FOR TESTING.
|
| Modifier and Type | Field and Description |
|---|---|
protected GridCacheAdapter<K,V> |
GridCacheClearAllRunnable.cache
Cache to be cleared.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheAdapter<K,V> |
GridCacheContext.cache() |
<K,V> GridCacheAdapter<K,V> |
GridCacheProcessor.internalCache(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<GridCacheAdapter> |
GridCacheProcessor.blockGateways(Collection<Integer> cacheGrpIds)
Blocks (stops) cache gateway for caches according to given
cacheGroupIds. |
Collection<GridCacheAdapter<?,?>> |
GridCacheProcessor.internalCaches() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheContext.cache(GridCacheAdapter<K,V> cache) |
| Modifier and Type | Method and Description |
|---|---|
IgniteInternalFuture<Void> |
GridCachePartitionExchangeManager.deferStopCachesOnClientReconnect(Collection<GridCacheAdapter> caches) |
| Constructor and Description |
|---|
GridCacheClearAllRunnable(GridCacheAdapter<K,V> cache,
GridCacheVersion obsoleteVer,
int id,
int totalCnt,
boolean readers)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDistributedCacheAdapter<K,V>
Distributed cache implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtCache<K,V>
DHT cache.
|
class |
GridDhtCacheAdapter<K,V>
DHT cache adapter.
|
class |
GridDhtTransactionalCacheAdapter<K,V>
Base class for transactional DHT caches.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtAtomicCache<K,V>
Non-transactional partitioned cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtColocatedCache<K,V>
Colocated cache.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<GridCacheAdapter> |
StopCachesOnClientReconnectExchangeTask.stoppedCaches() |
| Constructor and Description |
|---|
StopCachesOnClientReconnectExchangeTask(Collection<GridCacheAdapter> stoppedCaches) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridNearAtomicCache<K,V>
Near cache for atomic cache.
|
class |
GridNearCacheAdapter<K,V>
Common logic for near caches (smaller local cache that stores most recently or most frequently accessed data).
|
class |
GridNearTransactionalCache<K,V>
Near cache for transactional cache.
|
| Constructor and Description |
|---|
GridNearCacheClearAllRunnable(GridCacheAdapter<K,V> cache,
GridCacheVersion obsoleteVer,
GridCacheClearAllRunnable<K,V> dhtJob)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridLocalCache<K,V>
Local cache implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridLocalAtomicCache<K,V>
Non-transactional local cache.
|
| Modifier and Type | Field and Description |
|---|---|
protected GridCacheAdapter |
GridCacheQueueAdapter.cache
Cache.
|
| Constructor and Description |
|---|
VisorCache(IgniteEx ignite,
GridCacheAdapter ca,
boolean collectMetrics)
Create data transfer object for given cache.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020