Uses of Class
com.codahale.metrics.RatioGauge.Ratio
-
Uses of RatioGauge.Ratio in com.codahale.metrics
Methods in com.codahale.metrics that return RatioGauge.RatioModifier and TypeMethodDescriptionprotected abstract RatioGauge.RatioRatioGauge.getRatio()Returns theRatioGauge.Ratiowhich is the gauge's current value.static RatioGauge.RatioRatioGauge.Ratio.of(double numerator, double denominator) Creates a new ratio with the given numerator and denominator.