Package org.eclipse.microprofile.metrics
Class Snapshot.PercentileValue
- java.lang.Object
-
- org.eclipse.microprofile.metrics.Snapshot.PercentileValue
-
-
Constructor Summary
Constructors Constructor Description PercentileValue(double percentile, double value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getPercentile()
Returns the percentiledouble
getValue()
Returns the value at percentileString
toString()
-