Package org.apache.iotdb.metrics.impl
Class DoNothingAutoGauge
- java.lang.Object
-
- org.apache.iotdb.metrics.utils.AbstractMetricMBean
-
- org.apache.iotdb.metrics.impl.DoNothingAutoGauge
-
- All Implemented Interfaces:
DoNothingMetric,AutoGauge,IMetric
public class DoNothingAutoGauge extends AbstractMetricMBean implements AutoGauge, DoNothingMetric
-
-
Constructor Summary
Constructors Constructor Description DoNothingAutoGauge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetValue()get value according to the state of obj.-
Methods inherited from class org.apache.iotdb.metrics.utils.AbstractMetricMBean
objectName, setObjectName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.iotdb.metrics.type.AutoGauge
constructValueMap
-
Methods inherited from interface org.apache.iotdb.metrics.type.IMetric
setObjectName
-
-