Uses of Package
org.apache.flink.api.common.accumulators
-
Packages that use org.apache.flink.api.common.accumulators Package Description org.apache.flink.api.common.accumulators org.apache.flink.api.common.functions org.apache.flink.api.common.functions.util -
Classes in org.apache.flink.api.common.accumulators used by org.apache.flink.api.common.accumulators Class Description Accumulator Accumulators collect distributed statistics or aggregates in a from user functions and operators.AverageAccumulator An accumulator that computes the average value.DoubleCounter An accumulator that sums updoublevalues.DoubleMaximum An accumulator that finds the maximumdoublevalue.DoubleMinimum An accumulator that finds the minimumdoublevalue.IntCounter An accumulator that sums upIntegervalues.IntMaximum An accumulator that finds the maximumintegervalue.IntMinimum An accumulator that finds the minimumintegervalue.LongCounter An accumulator that sums uplongvalues.LongMaximum An accumulator that finds the maximumlongvalue.LongMinimum An accumulator that finds the minimumlongvalue.SerializedListAccumulator This accumulator stores a collection of objects in serialized form, so that the stored objects are not affected by modifications to the original objects.SimpleAccumulator Similar to Accumulator, but the type of items to add and the result value must be the same. -
Classes in org.apache.flink.api.common.accumulators used by org.apache.flink.api.common.functions Class Description Accumulator Accumulators collect distributed statistics or aggregates in a from user functions and operators.DoubleCounter An accumulator that sums updoublevalues.Histogram Histogram accumulator, which builds a histogram in a distributed manner.IntCounter An accumulator that sums upIntegervalues.LongCounter An accumulator that sums uplongvalues. -
Classes in org.apache.flink.api.common.accumulators used by org.apache.flink.api.common.functions.util Class Description Accumulator Accumulators collect distributed statistics or aggregates in a from user functions and operators.DoubleCounter An accumulator that sums updoublevalues.Histogram Histogram accumulator, which builds a histogram in a distributed manner.IntCounter An accumulator that sums upIntegervalues.LongCounter An accumulator that sums uplongvalues.