| Package | Description |
|---|---|
| org.gridgain.grid.kernal.processors.cache |
| Modifier and Type | Method and Description |
|---|---|
GridDrReceiverConflictContextImpl<K,V> |
GridCacheUpdateAtomicResult.drConflictContext() |
GridDrReceiverConflictContextImpl<K,V> |
GridCacheContext.drResolveConflict(K key,
GridDrEntry<K,V> oldEntry,
GridDrEntry<K,V> newEntry)
Resolve DR conflict.
|
| Modifier and Type | Method and Description |
|---|---|
protected GridBiTuple<GridCacheOperation,GridDrReceiverConflictContextImpl<K,V>> |
GridCacheTxAdapter.drResolveConflict(GridCacheOperation op,
K key,
V newVal,
byte[] newValBytes,
long newTtl,
long newDrExpireTime,
GridCacheVersion newVer,
GridCacheEntryEx<K,V> old)
Resolve DR conflict.
|
| Constructor and Description |
|---|
GridCacheUpdateAtomicResult(boolean success,
V oldVal,
V newVal,
long newTtl,
long drExpireTime,
GridCacheVersion rmvVer,
GridDrReceiverConflictContextImpl<K,V> drConflictCtx,
boolean sndToDht)
Constructor.
|
Copyright © 2014. All rights reserved.