Uses of Interface
org.apache.cassandra.utils.LongAccumulator
Packages that use LongAccumulator
Package
Description
-
Uses of LongAccumulator in org.apache.cassandra.db.rows
Methods in org.apache.cassandra.db.rows with parameters of type LongAccumulatorModifier and TypeMethodDescriptionlongBTreeRow.accumulate(LongAccumulator<ColumnData> accumulator, long initialValue) longBTreeRow.accumulate(LongAccumulator<ColumnData> accumulator, 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, Comparator<ColumnData> comparator, ColumnData from, long initialValue) -
Uses of LongAccumulator in org.apache.cassandra.index.sai.utils
Methods in org.apache.cassandra.index.sai.utils with parameters of type LongAccumulatorModifier and TypeMethodDescriptionlongRowWithSource.accumulate(LongAccumulator<ColumnData> accumulator, long initialValue) longRowWithSource.accumulate(LongAccumulator<ColumnData> accumulator, 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 LongAccumulatorModifier and TypeMethodDescriptionstatic <V> longBTree.accumulate(Object[] btree, LongAccumulator<V> accumulator, long initialValue) static <V> longBTree.accumulate(Object[] btree, LongAccumulator<V> accumulator, 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 LongAccumulatorModifier and TypeMethodDescriptionprotected static <T extends IntrusiveStack<T>>
longIntrusiveStack.accumulate(T list, LongAccumulator<T> accumulator, long initialValue)