See: Description
Interface | Description |
---|---|
StatsCollector |
StatsCollector implementations reduce a list of Objects to a single value. |
Class | Description |
---|---|
AbstractDelegatingStatsCollector |
AbstractDelegationStatsCollector objects wrap other StatsCollectors. |
MedianStatsCollector |
MedianStatsCollector computes the median. |
MinMaxStatsCollector |
MinMaxStatsCollector computes the min, max, number of values and number of missing values. |
NumericStatsCollector |
NumericStatsCollector computes the sum, sum of squares, mean and standard deviation. |
PercentileStatsCollector |
PercentileStatsCollector computes a given list of percentiles. |
StatsCollectorSupplierFactory | |
UniqueStatsCollector |
UniqueValueCounter computes the number of unique values. |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.