Uses of Class
org.apache.hadoop.metrics2.MetricsTag
Packages that use MetricsTag
Package
Description
RPC related metrics.
Metrics 2.0
Builtin metrics filters (to be used in metrics config files)
A metrics system implementation
A collection of library classes for implementing metrics sources
General helpers for implementing source and sinks
-
Uses of MetricsTag in org.apache.hadoop.ipc.metrics
Methods in org.apache.hadoop.ipc.metrics that return MetricsTag -
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.filter
Methods in org.apache.hadoop.metrics2.filter with parameters of type MetricsTagMethod parameters in org.apache.hadoop.metrics2.filter with type arguments of type MetricsTagModifier and TypeMethodDescriptionbooleanAbstractPatternFilter.accepts(Iterable<MetricsTag> tags) -
Uses of MetricsTag in org.apache.hadoop.metrics2.impl
Methods in org.apache.hadoop.metrics2.impl that return types with arguments of type MetricsTagConstructor parameters in org.apache.hadoop.metrics2.impl with type arguments of type MetricsTagModifierConstructorDescriptionMetricsRecordImpl(MetricsInfo info, long timestamp, List<MetricsTag> tags, Iterable<AbstractMetric> metrics) Construct a metrics record -
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 TypeMethodDescriptionMetricsCache.get(String name, Collection<MetricsTag> tags) Get the cached record