Package org.apache.iotdb.metrics.type
Interface AutoGauge
-
- All Superinterfaces:
IMetric
- All Known Implementing Classes:
DoNothingAutoGauge
public interface AutoGauge extends IMetric
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidconstructValueMap(Map<String,Object> result)doublegetValue()get value according to the state of obj.-
Methods inherited from interface org.apache.iotdb.metrics.type.IMetric
setObjectName
-
-
-
-
Method Detail
-
getValue
double getValue()
get value according to the state of obj.
-
constructValueMap
default void constructValueMap(Map<String,Object> result)
- Specified by:
constructValueMapin interfaceIMetric
-
-