Uses of Class
org.apache.accumulo.core.iterators.Combiner
Packages that use Combiner
-
Uses of Combiner in org.apache.accumulo.core.iterators
Subclasses of Combiner in org.apache.accumulo.core.iteratorsModifier and TypeClassDescriptionclassA TypedValueCombiner that translates each Value to a Long before reducing, then encodes the reduced Long back to a Value.classA Combiner that decodes each Value to type V before reducing, then encodes the result of typedReduce back to Value. -
Uses of Combiner in org.apache.accumulo.core.iterators.user
Subclasses of Combiner in org.apache.accumulo.core.iterators.userModifier and TypeClassDescriptionclassA family of combiners that treat values as BigDecimals, encoding and decoding using the built-in BigDecimal String input/output functions.static classstatic classstatic classclassA 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 arrays of Longs and returns an array of element-wise sums.classA Combiner that interprets Values as Longs and returns their sum.