Uses of Class
org.apache.hadoop.metrics2.AbstractMetric
Packages that use AbstractMetric
Package
Description
Metrics 2.0
A metrics system implementation
General helpers for implementing source and sinks
-
Uses of AbstractMetric in org.apache.hadoop.metrics2
Methods in org.apache.hadoop.metrics2 that return types with arguments of type AbstractMetricMethods in org.apache.hadoop.metrics2 with parameters of type AbstractMetricModifier and TypeMethodDescriptionMetricsJsonBuilder.add(AbstractMetric metric) abstract MetricsRecordBuilderMetricsRecordBuilder.add(AbstractMetric metric) Add a pre-made immutable metric objectMetricStringBuilder.add(AbstractMetric metric) -
Uses of AbstractMetric in org.apache.hadoop.metrics2.impl
Methods in org.apache.hadoop.metrics2.impl that return types with arguments of type AbstractMetricConstructor parameters in org.apache.hadoop.metrics2.impl with type arguments of type AbstractMetricModifierConstructorDescriptionMetricsRecordImpl(MetricsInfo info, long timestamp, List<MetricsTag> tags, Iterable<AbstractMetric> metrics) Construct a metrics record -
Uses of AbstractMetric in org.apache.hadoop.metrics2.util
Methods in org.apache.hadoop.metrics2.util that return AbstractMetricModifier and TypeMethodDescriptionMetricsCache.Record.getMetricInstance(String key) Lookup a metric instanceMethods in org.apache.hadoop.metrics2.util that return types with arguments of type AbstractMetric