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   
org.apache.accumulo.examples.aggregation   
org.apache.accumulo.examples.dirlist   
org.apache.accumulo.server.test.functional   
 

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)
           
 

Uses of Aggregator in org.apache.accumulo.examples.aggregation
 

Classes in org.apache.accumulo.examples.aggregation that implement Aggregator
 class SortedSetAggregator
           
 

Uses of Aggregator in org.apache.accumulo.examples.dirlist
 

Classes in org.apache.accumulo.examples.dirlist that implement Aggregator
 class StringArraySummation
           
 

Uses of Aggregator in org.apache.accumulo.server.test.functional
 

Classes in org.apache.accumulo.server.test.functional that implement Aggregator
 class BadAggregator
           
 



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