Uses of Interface
org.apache.ignite.cache.CacheEntryVersion
-
Packages that use CacheEntryVersion Package Description org.apache.ignite.cache Contains main Data Grid APIs.org.apache.ignite.cdc org.apache.ignite.dump org.apache.ignite.events Contains Event Subscription functionality together with various events emitted by Ignite.org.apache.ignite.internal.cdc org.apache.ignite.internal.processors.cache.verify org.apache.ignite.internal.processors.cache.version -
-
Uses of CacheEntryVersion in org.apache.ignite.cache
Methods in org.apache.ignite.cache that return CacheEntryVersion Modifier and Type Method Description CacheEntryVersionCacheEntryVersion. otherClusterVersion()If source of the update is "local" cluster thennullwill be returned. -
Uses of CacheEntryVersion in org.apache.ignite.cdc
Methods in org.apache.ignite.cdc that return CacheEntryVersion Modifier and Type Method Description CacheEntryVersionCdcEvent. version() -
Uses of CacheEntryVersion in org.apache.ignite.dump
Methods in org.apache.ignite.dump that return CacheEntryVersion Modifier and Type Method Description CacheEntryVersionDumpEntry. version() -
Uses of CacheEntryVersion in org.apache.ignite.events
Methods in org.apache.ignite.events that return CacheEntryVersion Modifier and Type Method Description CacheEntryVersionCacheConsistencyViolationEvent.EntryInfo. getVersion() -
Uses of CacheEntryVersion in org.apache.ignite.internal.cdc
Methods in org.apache.ignite.internal.cdc that return CacheEntryVersion Modifier and Type Method Description CacheEntryVersionCdcEventImpl. version()Constructors in org.apache.ignite.internal.cdc with parameters of type CacheEntryVersion Constructor Description CdcEventImpl(Object key, Object val, boolean primary, int part, CacheEntryVersion ord, int cacheId, long expireTime) -
Uses of CacheEntryVersion in org.apache.ignite.internal.processors.cache.verify
Methods in org.apache.ignite.internal.processors.cache.verify with parameters of type CacheEntryVersion Modifier and Type Method Description voidIdleVerifyUtility.VerifyPartitionContext. update(KeyCacheObject key, CacheObject val, CacheEntryVersion ver) -
Uses of CacheEntryVersion in org.apache.ignite.internal.processors.cache.version
Classes in org.apache.ignite.internal.processors.cache.version that implement CacheEntryVersion Modifier and Type Class Description classGridCacheVersionGrid unique version.classGridCacheVersionExExtended cache version which also has additional DR version.Methods in org.apache.ignite.internal.processors.cache.version that return CacheEntryVersion Modifier and Type Method Description CacheEntryVersionGridCacheVersion. otherClusterVersion()If source of the update is "local" cluster thennullwill be returned.CacheEntryVersionGridCacheVersionEx. otherClusterVersion()If source of the update is "local" cluster thennullwill be returned.Methods in org.apache.ignite.internal.processors.cache.version with parameters of type CacheEntryVersion Modifier and Type Method Description intGridCacheVersion. compareTo(CacheEntryVersion other)
-