public interface GridDrReceiverCacheConflictResolver<K,V>
You can inject any resources in implementation of this interface.
| Modifier and Type | Method and Description |
|---|---|
void |
resolve(GridDrReceiverCacheConflictContext<K,V> ctx)
Resolve conflicting key update.
|
void resolve(GridDrReceiverCacheConflictContext<K,V> ctx)
ctx - Conflict resolution context.Copyright © 2014. All rights reserved.