Interface OrderedStatistic

All Superinterfaces:
Serializable, Statistic
All Known Implementing Classes:
MedianStatistic, TP75Statistic, TP90Statistic, TP95Statistic, TP99p9Statistic, TP99Statistic, TPStatistic

public interface OrderedStatistic extends Statistic
Marker interface for statistics which require values to be ordered from smallest to largest.
Author:
Brandon Arp (brandon dot arp at inscopemetrics dot io)