Uses of Class
org.apache.storm.trident.operation.builtin.ComparisonAggregator
-
Packages that use ComparisonAggregator Package Description org.apache.storm.trident.operation.builtin -
-
Uses of ComparisonAggregator in org.apache.storm.trident.operation.builtin
Subclasses of ComparisonAggregator in org.apache.storm.trident.operation.builtin Modifier and Type Class Description class
Max
This aggregator computes the maximum of aggregated tuples in a stream.class
MaxWithComparator<T>
This aggregator computes the maximum of aggregated tuples in a stream.class
Min
This aggregator computes the minimum of aggregated tuples in a stream.class
MinWithComparator<T>
This aggregator computes the minimum of aggregated tuples in a stream.
-