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 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 Map<MetricInfo,IMetric>AbstractMetricManager. metricsThe map from metricInfo to metric.Methods in org.apache.iotdb.metrics that return types with arguments of type IMetric Modifier and Type Method Description Map<MetricInfo,IMetric>AbstractMetricManager. getAllMetrics()Get all metrics.Map<MetricInfo,IMetric>AbstractMetricService. getAllMetrics()Map<MetricInfo,IMetric>AbstractMetricManager. getMetricsByType(MetricType metricType)Get metrics by type.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
Methods in org.apache.iotdb.metrics.reporter with parameters of type IMetric Modifier and Type Method Description voidJmxReporter. registerMetric(IMetric metric, MetricInfo metricInfo)Set metric manager into reporter.voidJmxReporter. unregisterMetric(IMetric metric, MetricInfo metricInfo) -
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 Map<MetricInfo,IMetric>IoTDBInternalReporter. autoGaugesMethods in org.apache.iotdb.metrics.reporter.iotdb that return types with arguments of type IMetric Modifier and Type Method Description Map<MetricInfo,IMetric>IoTDBInternalReporter. getAllAutoGauge()Get all autoGauges.Methods in org.apache.iotdb.metrics.reporter.iotdb with parameters of type IMetric Modifier and Type Method Description voidIoTDBReporter. writeMetricToIoTDB(IMetric metric, String name, long time, String... tags)Write metric into IoTDB.Method parameters in org.apache.iotdb.metrics.reporter.iotdb with type arguments of type IMetric Modifier and Type Method Description voidIoTDBInternalReporter. addAutoGauge(Map<MetricInfo,IMetric> gauges)Add autoGauges into internal reporter.voidIoTDBReporter. writeMetricToIoTDB(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
-