Uses of Class
org.apache.accumulo.core.iterators.LongCombiner
-
Packages that use LongCombiner Package Description 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 Modifier and Type Class Description classMaxCombinerA Combiner that interprets Values as Longs and returns the largest Long among them.classMinCombinerA Combiner that interprets Values as Longs and returns the smallest Long among them.classSummingCombinerA Combiner that interprets Values as Longs and returns their sum.
-