public static final class MaxAggregationFunction.MutableMaxAgg<U extends Comparable<U> & org.apache.flink.types.ResettableValue<U> & org.apache.flink.types.CopyableValue<U>> extends MaxAggregationFunction<U>
MaxAggregationFunction.ImmutableMaxAgg<U extends Comparable<U>>, MaxAggregationFunction.MaxAggregationFunctionFactory, MaxAggregationFunction.MutableMaxAgg<U extends Comparable<U> & org.apache.flink.types.ResettableValue<U> & org.apache.flink.types.CopyableValue<U>>| Constructor and Description |
|---|
MutableMaxAgg() |
| Modifier and Type | Method and Description |
|---|---|
void |
aggregate(U val) |
U |
getAggregate() |
void |
initializeAggregate() |
toStringpublic void initializeAggregate()
initializeAggregate in class AggregationFunction<U extends Comparable<U> & org.apache.flink.types.ResettableValue<U> & org.apache.flink.types.CopyableValue<U>>public void aggregate(U val)
aggregate in class AggregationFunction<U extends Comparable<U> & org.apache.flink.types.ResettableValue<U> & org.apache.flink.types.CopyableValue<U>>public U getAggregate()
getAggregate in class AggregationFunction<U extends Comparable<U> & org.apache.flink.types.ResettableValue<U> & org.apache.flink.types.CopyableValue<U>>Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.