Uses of Class
org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheEntry
-
Packages that use GridDhtCacheEntry 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 org.apache.ignite.internal.processors.cache.distributed.near -
-
Uses of GridDhtCacheEntry in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache with parameters of type GridDhtCacheEntry Modifier and Type Method Description voidGridCacheContext. dhtMap(UUID nearNodeId, AffinityTopologyVersion topVer, GridDhtCacheEntry entry, GridCacheVersion explicitLockVer, IgniteLogger log, Map<ClusterNode,List<GridDhtCacheEntry>> dhtMap, @Nullable Map<ClusterNode,List<GridDhtCacheEntry>> nearMap)voidGridCacheContext. dhtMap(GridDhtCacheEntry entry, GridCacheVersion explicitLockVer, IgniteLogger log, Map<ClusterNode,List<GridDhtCacheEntry>> dhtMap, Map<ClusterNode,List<GridDhtCacheEntry>> nearMap)Method parameters in org.apache.ignite.internal.processors.cache with type arguments of type GridDhtCacheEntry Modifier and Type Method Description voidGridCacheContext. dhtMap(UUID nearNodeId, AffinityTopologyVersion topVer, GridDhtCacheEntry entry, GridCacheVersion explicitLockVer, IgniteLogger log, Map<ClusterNode,List<GridDhtCacheEntry>> dhtMap, @Nullable Map<ClusterNode,List<GridDhtCacheEntry>> nearMap)voidGridCacheContext. dhtMap(GridDhtCacheEntry entry, GridCacheVersion explicitLockVer, IgniteLogger log, Map<ClusterNode,List<GridDhtCacheEntry>> dhtMap, Map<ClusterNode,List<GridDhtCacheEntry>> nearMap) -
Uses of GridDhtCacheEntry in org.apache.ignite.internal.processors.cache.distributed.dht
Methods in org.apache.ignite.internal.processors.cache.distributed.dht that return GridDhtCacheEntry Modifier and Type Method Description GridDhtCacheEntryGridDhtCacheAdapter. entryExx(KeyCacheObject key)GridDhtCacheEntryGridDhtCacheAdapter. entryExx(KeyCacheObject key, AffinityTopologyVersion topVer)@Nullable GridDhtCacheEntryGridDhtCacheAdapter. peekExx(KeyCacheObject key)Methods in org.apache.ignite.internal.processors.cache.distributed.dht that return types with arguments of type GridDhtCacheEntry Modifier and Type Method Description Collection<GridDhtCacheEntry>GridDhtLockFuture. entries()Methods in org.apache.ignite.internal.processors.cache.distributed.dht with parameters of type GridDhtCacheEntry Modifier and Type Method Description @Nullable GridCacheMvccCandidateGridDhtLockFuture. addEntry(GridDhtCacheEntry entry)Adds entry to future.protected @Nullable IgniteInternalFuture<Boolean>GridDhtTxLocal. addReader(long msgId, GridDhtCacheEntry cached, IgniteTxEntry entry, AffinityTopologyVersion topVer)Adds reader to cached entry.protected abstract @Nullable IgniteInternalFuture<Boolean>GridDhtTxLocalAdapter. addReader(long msgId, GridDhtCacheEntry cached, IgniteTxEntry entry, AffinityTopologyVersion topVer)Adds reader to cached entry. -
Uses of GridDhtCacheEntry in org.apache.ignite.internal.processors.cache.distributed.dht.topology
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.topology with parameters of type GridDhtCacheEntry Modifier and Type Method Description voidGridClientPartitionTopology. onRemoved(GridDhtCacheEntry e)voidGridDhtLocalPartition. onRemoved(GridDhtCacheEntry entry)voidGridDhtPartitionTopology. onRemoved(GridDhtCacheEntry e)voidGridDhtPartitionTopologyImpl. onRemoved(GridDhtCacheEntry e) -
Uses of GridDhtCacheEntry in org.apache.ignite.internal.processors.cache.distributed.near
Methods in org.apache.ignite.internal.processors.cache.distributed.near with parameters of type GridDhtCacheEntry Modifier and Type Method Description protected IgniteInternalFuture<Boolean>GridNearTxLocal. addReader(long msgId, GridDhtCacheEntry cached, IgniteTxEntry entry, AffinityTopologyVersion topVer)Adds reader to cached entry.
-