Uses of Interface
org.apache.iotdb.metrics.type.IMetric
-
Packages that use IMetric Package Description org.apache.iotdb.metrics org.apache.iotdb.metrics.impl org.apache.iotdb.metrics.reporter.iotdb org.apache.iotdb.metrics.type -
-
Uses of IMetric in org.apache.iotdb.metrics
Fields in org.apache.iotdb.metrics with type parameters of type IMetric Modifier and Type Field Description protected java.util.Map<MetricInfo,IMetric>AbstractMetricManager. metricsThe map from metricInfo to metricMethods in org.apache.iotdb.metrics that return types with arguments of type IMetric Modifier and Type Method Description java.util.Map<MetricInfo,IMetric>AbstractMetricManager. getAllMetrics()Get all metrics.java.util.Map<MetricInfo,IMetric>AbstractMetricService. getAllMetrics()java.util.Map<MetricInfo,IMetric>AbstractMetricManager. getMetricsByType(MetricType metricType)Get metrics by typejava.util.Map<MetricInfo,IMetric>AbstractMetricService. getMetricsByType(MetricType metricType) -
Uses of IMetric in org.apache.iotdb.metrics.impl
Classes in org.apache.iotdb.metrics.impl that implement IMetric Modifier and Type Class Description classDoNothingAutoGaugeclassDoNothingCounterclassDoNothingGaugeclassDoNothingHistogramclassDoNothingHistogramSnapshotclassDoNothingRateclassDoNothingTimer -
Uses of IMetric in org.apache.iotdb.metrics.reporter.iotdb
Fields in org.apache.iotdb.metrics.reporter.iotdb with type parameters of type IMetric Modifier and Type Field Description protected java.util.Map<MetricInfo,IMetric>InternalIoTDBReporter. autoGaugesMethods in org.apache.iotdb.metrics.reporter.iotdb that return types with arguments of type IMetric Modifier and Type Method Description java.util.Map<MetricInfo,IMetric>InternalIoTDBReporter. getAllAutoGauge()Get all autoGaugesMethods in org.apache.iotdb.metrics.reporter.iotdb with parameters of type IMetric Modifier and Type Method Description voidIoTDBReporter. writeMetricToIoTDB(IMetric metric, java.lang.String name, java.lang.String... tags)Write metric into IoTDBMethod parameters in org.apache.iotdb.metrics.reporter.iotdb with type arguments of type IMetric Modifier and Type Method Description voidInternalIoTDBReporter. addAutoGauge(java.util.Map<MetricInfo,IMetric> gauges)Add autoGauges into internal reportervoidIoTDBReporter. writeMetricToIoTDB(java.util.Map<MetricInfo,IMetric> metricMap)Write metrics into IoTDB -
Uses of IMetric in org.apache.iotdb.metrics.type
Subinterfaces of IMetric in org.apache.iotdb.metrics.type Modifier and Type Interface Description interfaceAutoGaugeinterfaceCounterinterfaceGaugeinterfaceHistograminterfaceHistogramSnapshotUsed by timer and histogram.interfaceRateinterfaceTimer
-