Class PartitionUpdate.CounterMark
java.lang.Object
org.apache.cassandra.db.partitions.PartitionUpdate.CounterMark
- Enclosing class:
- PartitionUpdate
A counter mark is basically a pointer to a counter update inside this partition update. That pointer allows
us to update the counter value based on the pre-existing value read during the read-before-write that counters
do. See
CounterMutation to understand how this is used.-
Method Summary
Modifier and TypeMethodDescriptionClustering<?>column()path()voidsetValue(ByteBuffer value) value()
-
Method Details
-
clustering
-
column
-
path
-
value
-
setValue
-