Uses of Interface
org.apache.iotdb.metrics.type.AutoGauge
-
Packages that use AutoGauge Package Description org.apache.iotdb.metrics org.apache.iotdb.metrics.impl org.apache.iotdb.metrics.reporter.iotdb -
-
Uses of AutoGauge in org.apache.iotdb.metrics
Methods in org.apache.iotdb.metrics that return AutoGauge Modifier and Type Method Description <T> AutoGaugeAbstractMetricManager. createAutoGauge(String name, MetricLevel metricLevel, T obj, ToDoubleFunction<T> mapper, String... tags)Create autoGaugeprotected abstract <T> AutoGaugeAbstractMetricManager. createAutoGauge(T obj, ToDoubleFunction<T> mapper)Create autoGauge according to metric framework.<T> AutoGaugeAbstractMetricService. createAutoGauge(String metric, MetricLevel metricLevel, T obj, ToDoubleFunction<T> mapper, String... tags)<T> AutoGaugeAbstractMetricService. createAutoGaugeWithInternalReport(String metric, MetricLevel metricLevel, T obj, ToDoubleFunction<T> mapper, String... tags)GetOrCreateAutoGauge with internal report.AutoGaugeAbstractMetricManager. getAutoGauge(String name, MetricLevel metricLevel, String... tags)Get autoGauge.AutoGaugeAbstractMetricService. getAutoGauge(String metric, MetricLevel metricLevel, String... tags) -
Uses of AutoGauge in org.apache.iotdb.metrics.impl
Classes in org.apache.iotdb.metrics.impl that implement AutoGauge Modifier and Type Class Description classDoNothingAutoGaugeMethods in org.apache.iotdb.metrics.impl that return AutoGauge Modifier and Type Method Description <T> AutoGaugeDoNothingMetricManager. createAutoGauge(T obj, ToDoubleFunction<T> mapper) -
Uses of AutoGauge in org.apache.iotdb.metrics.reporter.iotdb
Methods in org.apache.iotdb.metrics.reporter.iotdb with parameters of type AutoGauge Modifier and Type Method Description voidIoTDBInternalReporter. addAutoGauge(AutoGauge autoGauge, String name, String... tags)Add autoGauge into internal reporter.
-