Class MaxWithComparator<T>

All Implemented Interfaces:
Serializable, Aggregator<ComparisonAggregator.State>, Operation

public class MaxWithComparator<T> extends ComparisonAggregator<T>
This aggregator computes the maximum of aggregated tuples in a stream. It uses given comparator for comparing two values in a stream.
See Also: