Uses of Class
org.apache.ignite.internal.processors.cache.GridCacheMapEntry
-
Packages that use GridCacheMapEntry 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.colocated org.apache.ignite.internal.processors.cache.distributed.near org.apache.ignite.internal.processors.cache.transactions -
-
Uses of GridCacheMapEntry in org.apache.ignite.internal.processors.cache
Fields in org.apache.ignite.internal.processors.cache with type parameters of type GridCacheMapEntry Modifier and Type Field Description ConcurrentMap<KeyCacheObject,GridCacheMapEntry>GridCacheConcurrentMap.CacheMapHolder. mapMethods in org.apache.ignite.internal.processors.cache that return GridCacheMapEntry Modifier and Type Method Description GridCacheMapEntryGridCacheMapEntryFactory. create(GridCacheContext ctx, AffinityTopologyVersion topVer, KeyCacheObject key)@Nullable GridCacheMapEntryGridCacheConcurrentMap. getEntry(GridCacheContext ctx, KeyCacheObject key)Returns the entry associated with the specified key in the HashMap.@Nullable GridCacheMapEntryGridCacheConcurrentMapImpl. getEntry(GridCacheContext ctx, KeyCacheObject key)Returns the entry associated with the specified key in the HashMap.@Nullable GridCacheMapEntryGridNoStorageCacheMap. getEntry(GridCacheContext ctx, KeyCacheObject key)Returns the entry associated with the specified key in the HashMap.GridCacheMapEntryGridCacheConcurrentMap. putEntryIfObsoleteOrAbsent(GridCacheContext ctx, AffinityTopologyVersion topVer, KeyCacheObject key, boolean create, boolean skipReserve)protected GridCacheMapEntryGridCacheConcurrentMapImpl. putEntryIfObsoleteOrAbsent(@Nullable GridCacheConcurrentMap.CacheMapHolder hld, GridCacheContext ctx, AffinityTopologyVersion topVer, KeyCacheObject key, boolean create, boolean skipReserve)GridCacheMapEntryGridCacheConcurrentMapImpl. putEntryIfObsoleteOrAbsent(GridCacheContext ctx, AffinityTopologyVersion topVer, KeyCacheObject key, boolean create, boolean skipReserve)GridCacheMapEntryGridNoStorageCacheMap. putEntryIfObsoleteOrAbsent(GridCacheContext ctx, AffinityTopologyVersion topVer, KeyCacheObject key, boolean create, boolean skipReserve)Methods in org.apache.ignite.internal.processors.cache that return types with arguments of type GridCacheMapEntry Modifier and Type Method Description Iterable<GridCacheMapEntry>GridCacheConcurrentMap. entries(int cacheId, CacheEntryPredicate... filter)Collection<GridCacheMapEntry>GridCacheConcurrentMapImpl. entries(int cacheId, CacheEntryPredicate... filter)Iterable<GridCacheMapEntry>GridNoStorageCacheMap. entries(int cacheId, CacheEntryPredicate... filter)Set<GridCacheMapEntry>GridCacheConcurrentMap. entrySet(int cacheId, CacheEntryPredicate... filter)Set<GridCacheMapEntry>GridCacheConcurrentMapImpl. entrySet(int cacheId, CacheEntryPredicate... filter)Set<GridCacheMapEntry>GridNoStorageCacheMap. entrySet(int cacheId, CacheEntryPredicate... filter)@Nullable Supplier<List<Map.Entry<GridCacheMapEntry,Integer>>>CacheMetricsImpl. keyCollisionsInfo()Callback representing current key collisions state.Methods in org.apache.ignite.internal.processors.cache with parameters of type GridCacheMapEntry Modifier and Type Method Description booleanIgniteCacheOffheapManager. containsKey(GridCacheMapEntry entry)TODO: GG-10884, used on only from initialValue.booleanIgniteCacheOffheapManagerImpl. containsKey(GridCacheMapEntry entry)TODO: GG-10884, used on only from initialValue.voidGridCacheContext. decrementPublicSize(GridCacheMapEntry e)voidGridCacheAdapter. decrementSize(GridCacheMapEntry e)Decrements map public size.voidGridCacheContext. incrementPublicSize(GridCacheMapEntry e)voidGridCacheAdapter. incrementSize(GridCacheMapEntry e)Increments map public size.@Nullable CacheDataRowIgniteCacheOffheapManager. read(GridCacheMapEntry entry)@Nullable CacheDataRowIgniteCacheOffheapManagerImpl. read(GridCacheMapEntry entry)Method parameters in org.apache.ignite.internal.processors.cache with type arguments of type GridCacheMapEntry Modifier and Type Method Description voidCacheMetricsImpl. keyCollisionsInfo(Supplier<List<Map.Entry<GridCacheMapEntry,Integer>>> coll)Set callback for tx key collisions detection.Constructor parameters in org.apache.ignite.internal.processors.cache with type arguments of type GridCacheMapEntry Constructor Description CacheMapHolder(GridCacheContext cctx, ConcurrentMap<KeyCacheObject,GridCacheMapEntry> map) -
Uses of GridCacheMapEntry in org.apache.ignite.internal.processors.cache.distributed
Subclasses of GridCacheMapEntry in org.apache.ignite.internal.processors.cache.distributed Modifier and Type Class Description classGridDistributedCacheEntryEntry for distributed (replicated/partitioned) cache. -
Uses of GridCacheMapEntry in org.apache.ignite.internal.processors.cache.distributed.dht
Subclasses of GridCacheMapEntry in org.apache.ignite.internal.processors.cache.distributed.dht Modifier and Type Class Description classGridDhtCacheEntryReplicated cache entry.Methods in org.apache.ignite.internal.processors.cache.distributed.dht that return GridCacheMapEntry Modifier and Type Method Description @Nullable GridCacheMapEntryGridCachePartitionedConcurrentMap. getEntry(GridCacheContext ctx, KeyCacheObject key)Returns the entry associated with the specified key in the HashMap.GridCacheMapEntryGridCachePartitionedConcurrentMap. putEntryIfObsoleteOrAbsent(GridCacheContext ctx, AffinityTopologyVersion topVer, KeyCacheObject key, boolean create, boolean skipReserve)Methods in org.apache.ignite.internal.processors.cache.distributed.dht that return types with arguments of type GridCacheMapEntry Modifier and Type Method Description Iterable<GridCacheMapEntry>GridCachePartitionedConcurrentMap. entries(int cacheId, CacheEntryPredicate... filter)Set<GridCacheMapEntry>GridCachePartitionedConcurrentMap. entrySet(int cacheId, CacheEntryPredicate... filter) -
Uses of GridCacheMapEntry in org.apache.ignite.internal.processors.cache.distributed.dht.colocated
Subclasses of GridCacheMapEntry in org.apache.ignite.internal.processors.cache.distributed.dht.colocated Modifier and Type Class Description classGridDhtDetachedCacheEntryDetached cache entry. -
Uses of GridCacheMapEntry in org.apache.ignite.internal.processors.cache.distributed.near
Subclasses of GridCacheMapEntry in org.apache.ignite.internal.processors.cache.distributed.near Modifier and Type Class Description classGridNearCacheEntryNear cache entry.Methods in org.apache.ignite.internal.processors.cache.distributed.near that return GridCacheMapEntry Modifier and Type Method Description GridCacheMapEntryGridNearCacheAdapter. entryEx(KeyCacheObject key, AffinityTopologyVersion topVer) -
Uses of GridCacheMapEntry in org.apache.ignite.internal.processors.cache.transactions
Methods in org.apache.ignite.internal.processors.cache.transactions with parameters of type GridCacheMapEntry Modifier and Type Method Description voidIgniteTxManager. pushCollidingKeysWithQueueSize(GridCacheMapEntry key, int queueSize)Collect queue size per key collisions info.
-