Uses of Class
org.apache.hadoop.metrics2.MetricsTag
Packages that use MetricsTag
Package
Description
Metrics 2.0
A collection of library classes for implementing metrics sources
General helpers for implementing source and sinks
-
Uses of MetricsTag in org.apache.hadoop.metrics2
Methods in org.apache.hadoop.metrics2 that return types with arguments of type MetricsTagModifier and TypeMethodDescriptionMetricsRecord.tags()Get the tags of the record Note: returning a collection instead of iterable as we need to use tags as keys (hence Collection#hashCode etc.) in mapsMethods in org.apache.hadoop.metrics2 with parameters of type MetricsTagModifier and TypeMethodDescriptionabstract booleanMetricsFilter.accepts(MetricsTag tag) Whether to accept the tagMetricsJsonBuilder.add(MetricsTag tag) abstract MetricsRecordBuilderMetricsRecordBuilder.add(MetricsTag tag) Add an immutable metrics tag objectMetricStringBuilder.add(MetricsTag tag) Method parameters in org.apache.hadoop.metrics2 with type arguments of type MetricsTagModifier and TypeMethodDescriptionabstract booleanMetricsFilter.accepts(Iterable<MetricsTag> tags) Whether to accept the tags -
Uses of MetricsTag in org.apache.hadoop.metrics2.lib
Methods in org.apache.hadoop.metrics2.lib that return MetricsTagModifier and TypeMethodDescriptionGet a tag by namestatic MetricsTagGet a metrics tag.static MetricsTagInterns.tag(MetricsInfo info, String value) Get a metrics tag. -
Uses of MetricsTag in org.apache.hadoop.metrics2.util
Method parameters in org.apache.hadoop.metrics2.util with type arguments of type MetricsTagModifier and TypeMethodDescriptionorg.apache.hadoop.metrics2.util.MetricsCache.RecordMetricsCache.get(String name, Collection<MetricsTag> tags) Get the cached record