Uses of Class
com.codahale.metrics.RatioGauge.Ratio
-
Packages that use RatioGauge.Ratio Package Description com.codahale.metrics com.codahale.metrics.jvm -
-
Uses of RatioGauge.Ratio in com.codahale.metrics
Methods in com.codahale.metrics that return RatioGauge.Ratio Modifier and Type Method Description protected abstract RatioGauge.Ratio
RatioGauge. getRatio()
Returns theRatioGauge.Ratio
which is the gauge's current value.static RatioGauge.Ratio
RatioGauge.Ratio. of(double numerator, double denominator)
Creates a new ratio with the given numerator and denominator. -
Uses of RatioGauge.Ratio in com.codahale.metrics.jvm
Methods in com.codahale.metrics.jvm that return RatioGauge.Ratio Modifier and Type Method Description protected RatioGauge.Ratio
FileDescriptorRatioGauge. getRatio()
-