Uses of Class
org.apache.ignite.internal.processors.cache.GridCacheConcurrentMap.CacheMapHolder
-
Packages that use GridCacheConcurrentMap.CacheMapHolder 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.topology -
-
Uses of GridCacheConcurrentMap.CacheMapHolder in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return GridCacheConcurrentMap.CacheMapHolder Modifier and Type Method Description protected abstract @Nullable GridCacheConcurrentMap.CacheMapHolderGridCacheConcurrentMapImpl. entriesMap(GridCacheContext cctx)protected @Nullable GridCacheConcurrentMap.CacheMapHolderGridCacheLocalConcurrentMap. entriesMap(GridCacheContext cctx)protected abstract @Nullable GridCacheConcurrentMap.CacheMapHolderGridCacheConcurrentMapImpl. entriesMapIfExists(Integer cacheId)protected @Nullable GridCacheConcurrentMap.CacheMapHolderGridCacheLocalConcurrentMap. entriesMapIfExists(Integer cacheId) -
Uses of GridCacheConcurrentMap.CacheMapHolder in org.apache.ignite.internal.processors.cache.distributed.dht
Methods in org.apache.ignite.internal.processors.cache.distributed.dht with parameters of type GridCacheConcurrentMap.CacheMapHolder Modifier and Type Method Description voidGridCachePartitionedConcurrentMap. decrementPublicSize(GridCacheConcurrentMap.CacheMapHolder hld, GridCacheEntryEx e)Decrements public size.voidGridCachePartitionedConcurrentMap. incrementPublicSize(GridCacheConcurrentMap.CacheMapHolder hld, GridCacheEntryEx e)Increments public size. -
Uses of GridCacheConcurrentMap.CacheMapHolder in org.apache.ignite.internal.processors.cache.distributed.dht.topology
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.topology that return GridCacheConcurrentMap.CacheMapHolder Modifier and Type Method Description protected GridCacheConcurrentMap.CacheMapHolderGridDhtLocalPartition. entriesMap(GridCacheContext cctx)protected @Nullable GridCacheConcurrentMap.CacheMapHolderGridDhtLocalPartition. entriesMapIfExists(Integer cacheId)Methods in org.apache.ignite.internal.processors.cache.distributed.dht.topology with parameters of type GridCacheConcurrentMap.CacheMapHolder Modifier and Type Method Description voidGridDhtLocalPartition. decrementPublicSize(@Nullable GridCacheConcurrentMap.CacheMapHolder hld, GridCacheEntryEx e)Decrements public size.voidGridDhtLocalPartition. incrementPublicSize(@Nullable GridCacheConcurrentMap.CacheMapHolder hld, GridCacheEntryEx e)Increments public size.protected voidGridDhtLocalPartition. release(int sizeChange, GridCacheConcurrentMap.CacheMapHolder hld, GridCacheEntryEx e)
-