Package org.apache.hadoop.hbase.metrics
Interface Gauge<T>
- Type Parameters:
T
- The value of the Gauge.
- All Superinterfaces:
Metric
A metrics which measures a discrete value.
-
Method Summary
-
Method Details
-
getValue
-
T
- The value of the Gauge.Metric