Package io.airlift.stats
Class Distribution.DistributionSnapshot
java.lang.Object
io.airlift.stats.Distribution.DistributionSnapshot
- Enclosing class:
- Distribution
-
Constructor Summary
ConstructorsConstructorDescriptionDistributionSnapshot(double count, double total, double p01, double p05, double p10, double p25, double p50, double p75, double p90, double p95, double p99, double min, double max, double avg) -
Method Summary
-
Constructor Details
-
DistributionSnapshot
public DistributionSnapshot(double count, double total, double p01, double p05, double p10, double p25, double p50, double p75, double p90, double p95, double p99, double min, double max, double avg)
-
-
Method Details
-
getCount
public double getCount() -
getTotal
public double getTotal() -
getP01
public double getP01() -
getP05
public double getP05() -
getP10
public double getP10() -
getP25
public double getP25() -
getP50
public double getP50() -
getP75
public double getP75() -
getP90
public double getP90() -
getP95
public double getP95() -
getP99
public double getP99() -
getMin
public double getMin() -
getMax
public double getMax() -
getAvg
public double getAvg() -
toString
-