Interface MetricsReplicationSource
- All Superinterfaces:
BaseSource
- All Known Implementing Classes:
MetricsReplicationSourceImpl
Provides access to gauges and counters. Implementers will hide the details of hadoop1 or
hadoop2's metrics2 classes and publishing.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The name of the metrics context that metrics will be under.static final String
A description.static final String
The name of the metrics context that metrics will be under.static final String
The name of the metricsFields inherited from interface org.apache.hadoop.hbase.metrics.BaseSource
HBASE_METRICS_SYSTEM_NAME
-
Method Summary
Methods inherited from interface org.apache.hadoop.hbase.metrics.BaseSource
decGauge, getMetricRegistryInfo, getMetricsContext, getMetricsDescription, getMetricsJmxContext, getMetricsName, incCounters, incGauge, init, removeMetric, setGauge, updateHistogram
-
Field Details
-
METRICS_NAME
The name of the metrics- See Also:
-
METRICS_CONTEXT
The name of the metrics context that metrics will be under.- See Also:
-
METRICS_JMX_CONTEXT
The name of the metrics context that metrics will be under.- See Also:
-
METRICS_DESCRIPTION
A description.- See Also:
-