Uses of Interface
org.apache.cassandra.utils.LongAccumulator
-
Packages that use LongAccumulator Package Description org.apache.cassandra.db.rows org.apache.cassandra.utils.btree -
-
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 long
BTreeRow. accumulate(LongAccumulator<ColumnData> accumulator, long initialValue)
long
BTreeRow. accumulate(LongAccumulator<ColumnData> accumulator, java.util.Comparator<ColumnData> comparator, ColumnData from, long initialValue)
long
ComplexColumnData. accumulate(LongAccumulator<Cell<?>> accumulator, long initialValue)
long
Row. accumulate(LongAccumulator<ColumnData> accumulator, long initialValue)
Apply an accumulation funtion to every column in a rowlong
Row. 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> long
BTree. accumulate(java.lang.Object[] btree, LongAccumulator<V> accumulator, long initialValue)
static <V> long
BTree. accumulate(java.lang.Object[] btree, LongAccumulator<V> accumulator, java.util.Comparator<V> comparator, V from, long initialValue)
-