public interface CacheConflictResolver<K,V> extends Serializable
You can inject any resources in implementation of this interface.
Modifier and Type | Method and Description |
---|---|
void |
resolve(CacheConflictContext<K,V> ctx)
Resolve conflicting key update.
|
void resolve(CacheConflictContext<K,V> ctx)
ctx
- Conflict resolution context.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024