|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Aggregator | |
---|---|
org.apache.accumulo.core.iterators | |
org.apache.accumulo.core.iterators.aggregation | |
org.apache.accumulo.core.iterators.aggregation.conf |
Uses of Aggregator in org.apache.accumulo.core.iterators |
---|
Constructor parameters in org.apache.accumulo.core.iterators with type arguments of type Aggregator | |
---|---|
AggregatingIterator(SortedKeyValueIterator<Key,Value> iterator,
ColumnToClassMapping<Aggregator> aggregators)
Deprecated. |
Uses of Aggregator in org.apache.accumulo.core.iterators.aggregation |
---|
Classes in org.apache.accumulo.core.iterators.aggregation that implement Aggregator | |
---|---|
class |
LongSummation
Deprecated. since 1.4, replaced by SummingCombiner with
LongCombiner.Type.FIXEDLEN |
class |
NumArraySummation
Deprecated. since 1.4, replaced by SummingArrayCombiner with
SummingArrayCombiner.Type.VARLEN |
class |
NumSummation
Deprecated. since 1.4, replaced by SummingCombiner with
LongCombiner.Type.VARLEN |
class |
StringMax
Deprecated. since 1.4, replaced by MaxCombiner with
LongCombiner.Type.STRING |
class |
StringMin
Deprecated. since 1.4, replaced by MinCombiner with
LongCombiner.Type.STRING |
class |
StringSummation
Deprecated. since 1.4, replaced by SummingCombiner with
LongCombiner.Type.STRING |
Uses of Aggregator in org.apache.accumulo.core.iterators.aggregation.conf |
---|
Methods in org.apache.accumulo.core.iterators.aggregation.conf that return Aggregator | |
---|---|
Aggregator |
AggregatorSet.getAggregator(Key k)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |