| Interface | Description |
|---|---|
| MetricsAssignmentManagerSource | |
| MetricsMasterFileSystemSource | |
| MetricsMasterProcSource |
Interface that classes that expose metrics about the master will implement.
|
| MetricsMasterProcSourceFactory |
Interface of a factory to create MetricsMasterSource when given a MetricsMasterWrapper
|
| MetricsMasterQuotaSource |
A collection of exposed metrics for space quotas from the HBase Master.
|
| MetricsMasterQuotaSourceFactory |
Interface of a factory to create MetricsMasterQuotaSource when given a MetricsMasterWrapper.
|
| MetricsMasterSource |
Interface that classes that expose metrics about the master will implement.
|
| MetricsMasterSourceFactory |
Interface of a factory to create MetricsMasterSource when given a MetricsMasterWrapper
|
| MetricsMasterWrapper |
This is the interface that will expose information to hadoop1/hadoop2 implementations of the
MetricsMasterSource.
|
| MetricsSnapshotSource |
| Class | Description |
|---|---|
| MetricsAssignmentManagerSourceImpl | |
| MetricsMasterFilesystemSourceImpl | |
| MetricsMasterProcSourceFactoryImpl |
Factory to create MetricsMasterProcSource when given a MetricsMasterWrapper
|
| MetricsMasterProcSourceImpl |
Hadoop2 implementation of MetricsMasterSource.
|
| MetricsMasterQuotaSourceFactoryImpl |
Factory to create MetricsMasterQuotaSource instances when given a MetricsMasterWrapper.
|
| MetricsMasterQuotaSourceImpl |
Implementation of
MetricsMasterQuotaSource which writes the values passed in via the
interface to the metrics backend. |
| MetricsMasterSourceFactoryImpl |
Factory to create MetricsMasterSource when given a MetricsMasterWrapper
|
| MetricsMasterSourceImpl |
Hadoop2 implementation of MetricsMasterSource.
|
| MetricsSnapshotSourceImpl |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.