Class ValueAtPercentile
- java.lang.Object
-
- io.micrometer.core.instrument.distribution.ValueAtPercentile
-
public final class ValueAtPercentile extends java.lang.ObjectA precomputed percentile of a distribution.
-
-
Constructor Summary
Constructors Constructor Description ValueAtPercentile(double percentile, double value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()doublepercentile()java.lang.StringtoString()doublevalue()doublevalue(java.util.concurrent.TimeUnit unit)
-
-
-
Method Detail
-
percentile
public double percentile()
-
value
public double value()
-
value
public double value(java.util.concurrent.TimeUnit unit)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-