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.cache
Methods in org.apache.ignite.cache that return CacheEntryVersion Modifier and Type Method Description CacheEntryVersion
CacheEntryVersion. otherClusterVersion()
If source of the update is "local" cluster thennull
will be returned. -
Uses of CacheEntryVersion in org.apache.ignite.cdc
Methods in org.apache.ignite.cdc that return CacheEntryVersion Modifier and Type Method Description CacheEntryVersion
CdcEvent. version()
-
Uses of CacheEntryVersion in org.apache.ignite.dump
Methods in org.apache.ignite.dump that return CacheEntryVersion Modifier and Type Method Description CacheEntryVersion
DumpEntry. version()
-
Uses of CacheEntryVersion in org.apache.ignite.events
Methods in org.apache.ignite.events that return CacheEntryVersion Modifier and Type Method Description CacheEntryVersion
CacheConsistencyViolationEvent.EntryInfo. getVersion()
-