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.
- 
- 
Uses of CacheEntryVersion in org.apache.ignite.cacheMethods 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.cdcMethods in org.apache.ignite.cdc that return CacheEntryVersion Modifier and Type Method Description CacheEntryVersionCdcEvent. version()
- 
Uses of CacheEntryVersion in org.apache.ignite.dumpMethods in org.apache.ignite.dump that return CacheEntryVersion Modifier and Type Method Description CacheEntryVersionDumpEntry. version()
- 
Uses of CacheEntryVersion in org.apache.ignite.eventsMethods in org.apache.ignite.events that return CacheEntryVersion Modifier and Type Method Description CacheEntryVersionCacheConsistencyViolationEvent.EntryInfo. getVersion()
 
-