public class GridCacheUpdateAtomicResult extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GridCacheUpdateAtomicResult.UpdateOutcome |
| Modifier and Type | Method and Description |
|---|---|
IgniteBiTuple<Object,Exception> |
computedResult() |
long |
conflictExpireTime() |
GridCacheVersionConflictContext<?,?> |
conflictResolveResult() |
long |
newTtl() |
CacheObject |
newValue() |
CacheObject |
oldValue() |
GridCacheVersion |
removeVersion() |
boolean |
sendToDht() |
boolean |
success() |
String |
toString() |
long |
updateCounter() |
@Nullable public IgniteBiTuple<Object,Exception> computedResult()
EntryProcessor.public boolean success()
@Nullable public CacheObject oldValue()
@Nullable public CacheObject newValue()
public long newTtl()
GridCacheUtils.TTL_NOT_CHANGED if TTL did not change, otherwise new TTL.public long updateCounter()
public long conflictExpireTime()
GridCacheUtils.EXPIRE_TIME_CALCULATE.@Nullable public GridCacheVersion removeVersion()
@Nullable public GridCacheVersionConflictContext<?,?> conflictResolveResult()
public boolean sendToDht()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.0.0 Release Date : April 30 2017