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(java.lang.String name, MetricLevel metricLevel, T obj, java.util.function.ToLongFunction<T> mapper, java.lang.String... tags)Create autoGaugeprotected abstract <T> AutoGaugeAbstractMetricManager. createAutoGauge(MetricInfo metricInfo, T obj, java.util.function.ToLongFunction<T> mapper)Create autoGauge according to metric framework<T> AutoGaugeAbstractMetricService. createAutoGauge(java.lang.String metric, MetricLevel metricLevel, T obj, java.util.function.ToLongFunction<T> mapper, java.lang.String... tags)<T> AutoGaugeAbstractMetricService. createAutoGaugeWithInternalReport(java.lang.String metric, MetricLevel metricLevel, T obj, java.util.function.ToLongFunction<T> mapper, java.lang.String... tags)GetOrCreateAutoGauge with internal report<T> AutoGaugeAbstractMetricManager. getAutoGauge(java.lang.String name, MetricLevel metricLevel, java.lang.String... tags)Get autoGauge<T> AutoGaugeAbstractMetricService. getAutoGauge(java.lang.String metric, MetricLevel metricLevel, java.lang.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(MetricInfo metricInfo, T obj, java.util.function.ToLongFunction<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 voidInternalIoTDBReporter. addAutoGauge(AutoGauge autoGauge, java.lang.String name, java.lang.String... tags)Add autoGauge into internal reporter
-