Class GridCacheUpdateTxResult
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.GridCacheUpdateTxResult
-
public class GridCacheUpdateTxResult extends Object
Cache entry transactional update result.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WALPointerloggedPointer()booleansuccess()StringtoString()longupdateCounter()
-
-
-
Method Detail
-
updateCounter
public long updateCounter()
- Returns:
- Partition update counter.
-
success
public boolean success()
- Returns:
- Success flag.
-
loggedPointer
public WALPointer loggedPointer()
- Returns:
- Logged WAL pointer for the update if persistence is enabled.
-
-