Interface Distribution<T>

All Superinterfaces:
Mergeable<T>, Metric<T>

public interface Distribution<T> extends Metric<T>
  • Method Details

    • getTotal

      long getTotal()
    • getMin

      double getMin()
    • getMax

      double getMax()
    • getPercentile

      double getPercentile(double percentile)