Class DerivativeGauge<F,T>
java.lang.Object
com.codahale.metrics.DerivativeGauge<F,T>
- Type Parameters:
F- the base gauge's value typeT- the derivative type
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDerivativeGauge(Gauge<F> base) Creates a new derivative with the given base gauge. -
Method Summary
-
Field Details
-
base
-
-
Constructor Details
-
DerivativeGauge
-
-
Method Details
-
getValue
-
transform
-