Package com.codahale.metrics
Interface SettableGauge<T>
- All Known Implementing Classes:
DefaultSettableGauge
Similar to Gauge
, but metric value is updated via calling setValue(T)
instead.
See DefaultSettableGauge
.
-
Method Summary
-
Method Details
-
setValue
Set the metric to a new value.
-