Uses of Class
org.apache.hadoop.metrics2.MetricsSystem
Packages that use MetricsSystem
Package
Description
Metrics 2.0
A metrics system implementation
A collection of library classes for implementing metrics sources
-
Uses of MetricsSystem in org.apache.hadoop.metrics2
Methods in org.apache.hadoop.metrics2 that return MetricsSystem -
Uses of MetricsSystem in org.apache.hadoop.metrics2.impl
Subclasses of MetricsSystem in org.apache.hadoop.metrics2.implModifier and TypeClassDescriptionclassA base class for metrics system singletonsMethods in org.apache.hadoop.metrics2.impl that return MetricsSystemModifier and TypeMethodDescriptionInitialized the metrics system with a prefix. -
Uses of MetricsSystem in org.apache.hadoop.metrics2.lib
Methods in org.apache.hadoop.metrics2.lib that return MetricsSystemModifier and TypeMethodDescriptionstatic MetricsSystemDefaultMetricsSystem.initialize(String prefix) Convenience method to initialize the metrics systemstatic MetricsSystemDefaultMetricsSystem.instance()static MetricsSystemDefaultMetricsSystem.setInstance(MetricsSystem ms) Methods in org.apache.hadoop.metrics2.lib with parameters of type MetricsSystemModifier and TypeMethodDescriptionstatic MetricsSystemDefaultMetricsSystem.setInstance(MetricsSystem ms) -
Uses of MetricsSystem in org.apache.hadoop.metrics2.source
Methods in org.apache.hadoop.metrics2.source with parameters of type MetricsSystemModifier and TypeMethodDescriptionstatic JvmMetricsJvmMetrics.create(String processName, String sessionId, MetricsSystem ms) static voidJvmMetrics.reattach(MetricsSystem ms, JvmMetrics jvmMetrics)