| Interface | Description |
|---|---|
| BaseSource |
BaseSource for dynamic metrics to announce to Metrics2.
|
| ExceptionTrackingSource |
Common interface for metrics source implementations which need to track individual exception
types thrown or received.
|
| JvmPauseMonitorSource |
Interface for sources that will export JvmPauseMonitor metrics
|
| MBeanSource |
Object that will register an mbean with the underlying metrics implementation.
|
| Class | Description |
|---|---|
| BaseSourceImpl |
Hadoop 2 implementation of BaseSource (using metrics2 framework).
|
| ExceptionTrackingSourceImpl |
Common base implementation for metrics sources which need to track exceptions thrown or received.
|
| Interns |
Helpers to create interned metrics info
|
| MBeanSourceImpl |
Hadoop2 metrics2 implementation of an object that registers MBeans.
|
| OperationMetrics |
Container class for commonly collected metrics for most operations.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.