Uses of Class
org.apache.cassandra.db.partitions.PartitionUpdate.CounterMark
-
Packages that use PartitionUpdate.CounterMark Package Description org.apache.cassandra.db.partitions -
-
Uses of PartitionUpdate.CounterMark in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions that return types with arguments of type PartitionUpdate.CounterMark Modifier and Type Method Description java.util.List<PartitionUpdate.CounterMark>
PartitionUpdate. collectCounterMarks()
For an update on a counter table, returns a list containing aCounterMark
for every counter contained in the update.
-