Uses of Interface
org.apache.accumulo.core.iterators.aggregation.Aggregator

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)
           
 

Uses of Aggregator in org.apache.accumulo.core.iterators.aggregation
 

Classes in org.apache.accumulo.core.iterators.aggregation that implement Aggregator
 class LongSummation
           
 class NumArraySummation
           
 class NumSummation
           
 class StringMax
           
 class StringMin
           
 class StringSummation
           
 

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)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.