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(java.util.Map<java.lang.String,java.lang.Object> result)doublevalue()get value according to the state of obj.
-
-
-
Method Detail
-
value
double value()
get value according to the state of obj.
-
constructValueMap
default void constructValueMap(java.util.Map<java.lang.String,java.lang.Object> result)
- Specified by:
constructValueMapin interfaceIMetric
-
-