Uses of Class
org.apache.iotdb.metrics.utils.MetricType
-
Packages that use MetricType Package Description org.apache.iotdb.metrics org.apache.iotdb.metrics.impl org.apache.iotdb.metrics.utils -
-
Uses of MetricType in org.apache.iotdb.metrics
Methods in org.apache.iotdb.metrics with parameters of type MetricType Modifier and Type Method Description java.util.Map<MetricInfo,IMetric>AbstractMetricManager. getMetricsByType(MetricType metricType)Get metrics by type.java.util.Map<MetricInfo,IMetric>AbstractMetricService. getMetricsByType(MetricType metricType)voidAbstractMetricManager. remove(MetricType type, java.lang.String name, java.lang.String... tags)remove name.voidAbstractMetricService. remove(MetricType type, java.lang.String metric, java.lang.String... tags)protected abstract voidAbstractMetricManager. removeMetric(MetricType type, MetricInfo metricInfo) -
Uses of MetricType in org.apache.iotdb.metrics.impl
Methods in org.apache.iotdb.metrics.impl with parameters of type MetricType Modifier and Type Method Description protected voidDoNothingMetricManager. removeMetric(MetricType type, MetricInfo metricInfo) -
Uses of MetricType in org.apache.iotdb.metrics.utils
Methods in org.apache.iotdb.metrics.utils that return MetricType Modifier and Type Method Description MetricTypeMetricInfo.MetaInfo. getType()static MetricTypeMetricType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MetricType[]MetricType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.iotdb.metrics.utils with parameters of type MetricType Constructor Description MetaInfo(MetricType type, java.util.Set<java.lang.String> tagNames)MetricInfo(MetricType type, java.lang.String name, java.lang.String... tags)
-