Uses of Class
org.apache.iotdb.metrics.utils.MetricInfo
-
Packages that use MetricInfo Package Description org.apache.iotdb.metrics org.apache.iotdb.metrics.impl org.apache.iotdb.metrics.reporter.iotdb org.apache.iotdb.metrics.utils -
-
Uses of MetricInfo in org.apache.iotdb.metrics
Fields in org.apache.iotdb.metrics with type parameters of type MetricInfo 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 MetricInfo 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)Methods in org.apache.iotdb.metrics with parameters of type MetricInfo Modifier and Type Method Description protected abstract <T> AutoGaugeAbstractMetricManager. createAutoGauge(MetricInfo metricInfo, T obj, java.util.function.ToLongFunction<T> mapper)Create autoGauge according to metric frameworkprotected abstract CounterAbstractMetricManager. createCounter(MetricInfo metricInfo)protected abstract GaugeAbstractMetricManager. createGauge(MetricInfo metricInfo)Create gauge according to metric frameworkprotected abstract HistogramAbstractMetricManager. createHistogram(MetricInfo metricInfo)Create histogram according to metric frameworkprotected abstract RateAbstractMetricManager. createRate(MetricInfo metricInfo)Create rate according to metric frameworkprotected abstract TimerAbstractMetricManager. createTimer(MetricInfo metricInfo)Create timer according to metric frameworkprotected abstract voidAbstractMetricManager. removeMetric(MetricType type, MetricInfo metricInfo) -
Uses of MetricInfo in org.apache.iotdb.metrics.impl
Methods in org.apache.iotdb.metrics.impl with parameters of type MetricInfo Modifier and Type Method Description <T> AutoGaugeDoNothingMetricManager. createAutoGauge(MetricInfo metricInfo, T obj, java.util.function.ToLongFunction<T> mapper)CounterDoNothingMetricManager. createCounter(MetricInfo metricInfo)GaugeDoNothingMetricManager. createGauge(MetricInfo metricInfo)HistogramDoNothingMetricManager. createHistogram(MetricInfo metricInfo)RateDoNothingMetricManager. createRate(MetricInfo metricInfo)TimerDoNothingMetricManager. createTimer(MetricInfo metricInfo)protected voidDoNothingMetricManager. removeMetric(MetricType type, MetricInfo metricInfo) -
Uses of MetricInfo in org.apache.iotdb.metrics.reporter.iotdb
Fields in org.apache.iotdb.metrics.reporter.iotdb with type parameters of type MetricInfo 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 MetricInfo Modifier and Type Method Description java.util.Map<MetricInfo,IMetric>InternalIoTDBReporter. getAllAutoGauge()Get all autoGaugesMethod parameters in org.apache.iotdb.metrics.reporter.iotdb with type arguments of type MetricInfo 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 MetricInfo in org.apache.iotdb.metrics.utils
Methods in org.apache.iotdb.metrics.utils with parameters of type MetricInfo Modifier and Type Method Description static java.lang.StringIoTDBMetricsUtils. generatePath(MetricInfo metricInfo)Generate the path of metric by metricInfo
-