Uses of Interface
org.apache.ignite.internal.processors.cache.version.GridCacheVersionedEntryEx
-
Packages that use GridCacheVersionedEntryEx Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.version -
-
Uses of GridCacheVersionedEntryEx in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return GridCacheVersionedEntryEx Modifier and Type Method Description <K,V>
GridCacheVersionedEntryEx<K,V>GridCacheEntryEx. versionedEntry(boolean keepBinary)Create versioned entry for this cache entry.GridCacheVersionedEntryExGridCacheMapEntry. versionedEntry(boolean keepBinary)Create versioned entry for this cache entry.Methods in org.apache.ignite.internal.processors.cache with parameters of type GridCacheVersionedEntryEx Modifier and Type Method Description GridCacheVersionConflictContext<K,V>GridCacheContext. conflictResolve(GridCacheVersionedEntryEx<K,V> oldEntry, GridCacheVersionedEntryEx<K,V> newEntry, boolean atomicVerComp)Resolve DR conflict. -
Uses of GridCacheVersionedEntryEx in org.apache.ignite.internal.processors.cache.version
Classes in org.apache.ignite.internal.processors.cache.version that implement GridCacheVersionedEntryEx Modifier and Type Class Description classGridCacheLazyPlainVersionedEntry<K,V>Lazy plain versioned entry.classGridCachePlainVersionedEntry<K,V>Plain versioned entry.Methods in org.apache.ignite.internal.processors.cache.version with parameters of type GridCacheVersionedEntryEx Modifier and Type Method Description <K,V>
GridCacheVersionConflictContext<K,V>CacheVersionConflictResolver. resolve(CacheObjectValueContext ctx, GridCacheVersionedEntryEx<K,V> oldEntry, GridCacheVersionedEntryEx<K,V> newEntry, boolean atomicVerComparator)Resolve the conflict.
-