Package | Description |
---|---|
org.apache.flink.api.common.accumulators | |
org.apache.flink.api.java | |
org.apache.flink.graph.asm.dataset |
Modifier and Type | Class and Description |
---|---|
class |
AverageAccumulator
An accumulator that computes the average value.
|
class |
DoubleCounter
An accumulator that sums up
double values. |
class |
DoubleMaximum
An accumulator that finds the maximum
double value. |
class |
DoubleMinimum
An accumulator that finds the minimum
double value. |
class |
IntCounter
An accumulator that sums up
Integer values. |
class |
IntMaximum
An accumulator that finds the maximum
integer value. |
class |
IntMinimum
An accumulator that finds the minimum
integer value. |
class |
LongCounter
An accumulator that sums up
long values. |
class |
LongMaximum
An accumulator that finds the maximum
long value. |
class |
LongMinimum
An accumulator that finds the minimum
long value. |
Modifier and Type | Class and Description |
---|---|
static class |
Utils.ChecksumHashCode
Accumulator of
Utils.ChecksumHashCode . |
Modifier and Type | Class and Description |
---|---|
static class |
ChecksumHashCode.Checksum
Wraps checksum and count.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.