Uses of Interface
org.apache.hadoop.metrics2.MetricsSource
Packages that use MetricsSource
Package
Description
This package contains implementation classes for use inside
filesystems.
Tools to help define network clients and servers.
Metrics 2.0
A metrics system implementation
A collection of library classes for implementing metrics sources
-
Uses of MetricsSource in org.apache.hadoop.fs.impl
Classes in org.apache.hadoop.fs.impl that implement MetricsSourceModifier and TypeClassDescriptionclassA weak referenced metrics source which avoids hanging on to large objects if somehow they don't get fully closed/cleaned up.Methods in org.apache.hadoop.fs.impl that return MetricsSourceModifier and TypeMethodDescriptionWeakRefMetricsSource.getSource()Get the source, will be null if the reference has been GC'dConstructors in org.apache.hadoop.fs.impl with parameters of type MetricsSourceModifierConstructorDescriptionWeakRefMetricsSource(String name, MetricsSource source) Constructor. -
Uses of MetricsSource in org.apache.hadoop.ipc
Classes in org.apache.hadoop.ipc that implement MetricsSourceModifier and TypeClassDescriptionclassThe decay RPC scheduler tracks the cost of incoming requests in a map, then decays the costs at a fixed time interval.static final classMetricsProxy is a singleton because we may init multiple schedulers and we want to clean up resources when a new scheduler replaces the old one. -
Uses of MetricsSource in org.apache.hadoop.metrics2
Methods in org.apache.hadoop.metrics2 that return MetricsSource -
Uses of MetricsSource in org.apache.hadoop.metrics2.impl
Classes in org.apache.hadoop.metrics2.impl that implement MetricsSourceModifier and TypeClassDescriptionclassA base class for metrics system singletonsMethods in org.apache.hadoop.metrics2.impl that return MetricsSource -
Uses of MetricsSource in org.apache.hadoop.metrics2.lib
Methods in org.apache.hadoop.metrics2.lib that return MetricsSourceModifier and TypeMethodDescriptionMetricsSourceBuilder.build()static MetricsSourceMetricsAnnotations.makeSource(Object source) Make an metrics source from an annotated object. -
Uses of MetricsSource in org.apache.hadoop.metrics2.source
Classes in org.apache.hadoop.metrics2.source that implement MetricsSource