Uses of Class
org.apache.accumulo.core.iterators.TypedValueCombiner
-
Packages that use TypedValueCombiner Package Description org.apache.accumulo.core.iterators org.apache.accumulo.core.iterators.user -
-
Uses of TypedValueCombiner in org.apache.accumulo.core.iterators
Subclasses of TypedValueCombiner in org.apache.accumulo.core.iterators Modifier and Type Class Description classLongCombinerA TypedValueCombiner that translates each Value to a Long before reducing, then encodes the reduced Long back to a Value. -
Uses of TypedValueCombiner in org.apache.accumulo.core.iterators.user
Subclasses of TypedValueCombiner in org.apache.accumulo.core.iterators.user Modifier and Type Class Description classBigDecimalCombinerA family of combiners that treat values as BigDecimals, encoding and decoding using the built-in BigDecimal String input/output functions.static classBigDecimalCombiner.BigDecimalMaxCombinerstatic classBigDecimalCombiner.BigDecimalMinCombinerstatic classBigDecimalCombiner.BigDecimalSummingCombinerclassMaxCombinerA 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.classSummingArrayCombinerA Combiner that interprets Values as arrays of Longs and returns an array of element-wise sums.classSummingCombinerA Combiner that interprets Values as Longs and returns their sum.
-