Uses of Class
org.apache.accumulo.core.iterators.LongCombiner

Packages that use LongCombiner
org.apache.accumulo.core.iterators.user   
 

Uses of LongCombiner in org.apache.accumulo.core.iterators.user
 

Subclasses of LongCombiner in org.apache.accumulo.core.iterators.user
 class MaxCombiner
          A Combiner that interprets Values as Longs and returns the largest Long among them.
 class MinCombiner
          A Combiner that interprets Values as Longs and returns the smallest Long among them.
 class SummingCombiner
          A Combiner that interprets Values as Longs and returns their sum.
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.