public interface CacheVersionConflictResolver
| Modifier and Type | Method and Description |
|---|---|
<K,V> GridCacheVersionConflictContext<K,V> |
resolve(CacheObjectValueContext ctx,
GridCacheVersionedEntryEx<K,V> oldEntry,
GridCacheVersionedEntryEx<K,V> newEntry,
boolean atomicVerComparator)
Resolve the conflict.
|
<K,V> GridCacheVersionConflictContext<K,V> resolve(CacheObjectValueContext ctx, GridCacheVersionedEntryEx<K,V> oldEntry, GridCacheVersionedEntryEx<K,V> newEntry, boolean atomicVerComparator) throws IgniteCheckedException
oldEntry - Old entry.newEntry - New entry.atomicVerComparator - Whether to use atomic version comparator.IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023