Class ChangeableGauge<T>
- java.lang.Object
-
- com.yammer.metrics.core.Gauge<T>
-
- com.wavefront.agent.logsharvesting.ChangeableGauge<T>
-
- All Implemented Interfaces:
com.yammer.metrics.core.Metric
public class ChangeableGauge<T> extends com.yammer.metrics.core.Gauge<T>
- Author:
- Mori Bellamy ([email protected])
-
-
Constructor Summary
Constructors Constructor Description ChangeableGauge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setValue(T value)
T
value()
-