Uses of Interface
org.apache.cassandra.utils.LongAccumulator
-
Packages that use LongAccumulator Package Description org.apache.cassandra.db.rows org.apache.cassandra.utils.btree org.apache.cassandra.utils.concurrent -
-
Uses of LongAccumulator in org.apache.cassandra.db.rows
Methods in org.apache.cassandra.db.rows with parameters of type LongAccumulator Modifier and Type Method Description longBTreeRow. accumulate(LongAccumulator<ColumnData> accumulator, long initialValue)longBTreeRow. accumulate(LongAccumulator<ColumnData> accumulator, java.util.Comparator<ColumnData> comparator, ColumnData from, long initialValue)longComplexColumnData. accumulate(LongAccumulator<Cell<?>> accumulator, long initialValue)longRow. accumulate(LongAccumulator<ColumnData> accumulator, long initialValue)Apply an accumulation funtion to every column in a rowlongRow. accumulate(LongAccumulator<ColumnData> accumulator, java.util.Comparator<ColumnData> comparator, ColumnData from, long initialValue) -
Uses of LongAccumulator in org.apache.cassandra.utils.btree
Methods in org.apache.cassandra.utils.btree with parameters of type LongAccumulator Modifier and Type Method Description static <V> longBTree. accumulate(java.lang.Object[] btree, LongAccumulator<V> accumulator, long initialValue)static <V> longBTree. accumulate(java.lang.Object[] btree, LongAccumulator<V> accumulator, java.util.Comparator<V> comparator, V from, long initialValue) -
Uses of LongAccumulator in org.apache.cassandra.utils.concurrent
Methods in org.apache.cassandra.utils.concurrent with parameters of type LongAccumulator Modifier and Type Method Description protected static <T extends IntrusiveStack<T>>
longIntrusiveStack. accumulate(T list, LongAccumulator<T> accumulator, long initialValue)
-