Package org.apache.iotdb.metrics.utils
Class MetricInfo.MetaInfo
- java.lang.Object
-
- org.apache.iotdb.metrics.utils.MetricInfo.MetaInfo
-
- Enclosing class:
- MetricInfo
public static class MetricInfo.MetaInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description MetaInfo(MetricType type, Set<String> tagNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Set<String>getTagNames()MetricTypegetType()inthashCode()booleanhasSameKey(String... tags)Check whether the keys of tags are same.StringtoString()
-
-
-
Constructor Detail
-
MetaInfo
public MetaInfo(MetricType type, Set<String> tagNames)
-
-
Method Detail
-
hasSameKey
public boolean hasSameKey(String... tags)
Check whether the keys of tags are same.
-
getType
public MetricType getType()
-
-