public class GridCacheUpdateAtomicResult extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GridCacheUpdateAtomicResult.UpdateOutcome |
| Modifier and Type | Method and Description |
|---|---|
@Nullable IgniteBiTuple<Object,Exception> |
computedResult() |
long |
conflictExpireTime() |
@Nullable GridCacheVersionConflictContext<?,?> |
conflictResolveResult() |
long |
newTtl() |
@Nullable CacheObject |
newValue() |
@Nullable CacheObject |
oldValue() |
@Nullable GridCacheVersion |
removeVersion() |
boolean |
sendToDht() |
boolean |
success() |
String |
toString() |
boolean |
transformed() |
long |
updateCounter() |
@Nullable public @Nullable IgniteBiTuple<Object,Exception> computedResult()
EntryProcessor.public boolean success()
@Nullable public @Nullable CacheObject oldValue()
@Nullable public @Nullable 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 @Nullable GridCacheVersion removeVersion()
@Nullable public @Nullable GridCacheVersionConflictContext<?,?> conflictResolveResult()
public boolean sendToDht()
public boolean transformed()
True if transformed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021