Uses of Class
org.apache.accumulo.core.iterators.LongCombiner
Packages that use LongCombiner
-
Uses of LongCombiner in org.apache.accumulo.core.iterators.user
Subclasses of LongCombiner in org.apache.accumulo.core.iterators.userModifier and TypeClassDescriptionclassA Combiner that interprets Values as Longs and returns the largest Long among them.classA Combiner that interprets Values as Longs and returns the smallest Long among them.classA Combiner that interprets Values as Longs and returns their sum.