Package | Description |
---|---|
org.apache.cassandra.db.rows | |
org.apache.cassandra.utils.btree |
Modifier and Type | Method and Description |
---|---|
<A> long |
ComplexColumnData.accumulate(BiLongAccumulator<A,Cell> accumulator,
A arg,
long initialValue) |
<A> long |
BTreeRow.accumulate(BiLongAccumulator<A,ColumnData> accumulator,
A arg,
java.util.Comparator<ColumnData> comparator,
ColumnData from,
long initialValue) |
<A> long |
Row.accumulate(BiLongAccumulator<A,ColumnData> accumulator,
A arg,
java.util.Comparator<ColumnData> comparator,
ColumnData from,
long initialValue) |
<A> long |
BTreeRow.accumulate(BiLongAccumulator<A,ColumnData> accumulator,
A arg,
long initialValue) |
<A> long |
Row.accumulate(BiLongAccumulator<A,ColumnData> accumulator,
A arg,
long initialValue) |
Modifier and Type | Method and Description |
---|---|
static <V,A> long |
BTree.accumulate(java.lang.Object[] btree,
BiLongAccumulator<A,V> accumulator,
A arg,
java.util.Comparator<V> comparator,
V from,
long initialValue)
Walk the btree and accumulate a long value using the supplied accumulator function.
|
static <V,A> long |
BTree.accumulate(java.lang.Object[] btree,
BiLongAccumulator<A,V> accumulator,
A arg,
long initialValue) |
Copyright © 2009-2020 The Apache Software Foundation