Package org.apache.storm.metrics2
Class SimpleGauge<T>
- java.lang.Object
-
- org.apache.storm.metrics2.SimpleGauge<T>
-
- All Implemented Interfaces:
com.codahale.metrics.Gauge<T>
,com.codahale.metrics.Metric
public class SimpleGauge<T> extends Object implements com.codahale.metrics.Gauge<T>
-
-
Constructor Summary
Constructors Constructor Description SimpleGauge(T value)
-