Package org.apache.flink.api.common.aggregators
-
Interface Summary Interface Description Aggregator<T extends Value> Aggregators are a means of aggregating values across parallel instances of a function.ConvergenceCriterion<T extends Value> Used to check for convergence. -
Class Summary Class Description AggregatorRegistry A registry for iterationAggregators.AggregatorWithName<T extends Value> Simple utility class holding anAggregatorwith the name it is registered under.DoubleSumAggregator AnAggregatorthat sums upDoubleValuevalues.DoubleZeroConvergence AConvergenceCriterionover anAggregatorthat defines convergence as reached once the aggregator holds the value zero.LongSumAggregator AnAggregatorthat sums up long values.LongZeroConvergence AConvergenceCriterionover anAggregatorthat defines convergence as reached once the aggregator holds the value zero.