Uses of Class
org.apache.ignite.internal.processors.cache.distributed.GridDistributedCacheEntry
-
Packages that use GridDistributedCacheEntry 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.colocated org.apache.ignite.internal.processors.cache.distributed.near org.apache.ignite.internal.processors.cache.transactions -
-
Uses of GridDistributedCacheEntry in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache with parameters of type GridDistributedCacheEntry Modifier and Type Method Description voidGridCacheLockCallback. onFreed(GridDistributedCacheEntry entry)Called when entry has no more candidates.voidGridCacheLockCallback. onLocked(GridDistributedCacheEntry entry)Called when entry gets a first candidate. -
Uses of GridDistributedCacheEntry in org.apache.ignite.internal.processors.cache.distributed.dht
Subclasses of GridDistributedCacheEntry 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 GridDistributedCacheEntry Modifier and Type Method Description protected GridDistributedCacheEntryGridDhtCacheAdapter. createEntry(KeyCacheObject key) -
Uses of GridDistributedCacheEntry in org.apache.ignite.internal.processors.cache.distributed.dht.colocated
Subclasses of GridDistributedCacheEntry in org.apache.ignite.internal.processors.cache.distributed.dht.colocated Modifier and Type Class Description classGridDhtDetachedCacheEntryDetached cache entry.Methods in org.apache.ignite.internal.processors.cache.distributed.dht.colocated that return GridDistributedCacheEntry Modifier and Type Method Description GridDistributedCacheEntryGridDhtColocatedCache. entryExx(KeyCacheObject key, AffinityTopologyVersion topVer, boolean allowDetached)Gets or creates entry for given key and given topology version. -
Uses of GridDistributedCacheEntry in org.apache.ignite.internal.processors.cache.distributed.near
Subclasses of GridDistributedCacheEntry 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 types with arguments of type GridDistributedCacheEntry Modifier and Type Method Description List<GridDistributedCacheEntry>GridNearLockFuture. entriesCopy() -
Uses of GridDistributedCacheEntry in org.apache.ignite.internal.processors.cache.transactions
Methods in org.apache.ignite.internal.processors.cache.transactions with parameters of type GridDistributedCacheEntry Modifier and Type Method Description voidIgniteTxManager. detectPossibleCollidingKeys(GridDistributedCacheEntry entry)Check local and remote candidates queue size.
-