Class MetricsReplicationSourceImpl
java.lang.Object
org.apache.hadoop.hbase.metrics.BaseSourceImpl
org.apache.hadoop.hbase.replication.regionserver.MetricsReplicationSourceImpl
- All Implemented Interfaces:
BaseSource
,MetricsReplicationSource
,org.apache.hadoop.metrics2.MetricsSource
@Private
public class MetricsReplicationSourceImpl
extends BaseSourceImpl
implements MetricsReplicationSource
Hadoop2 implementation of MetricsReplicationSource. This provides access to metrics gauges and
counters. Implements BaseSource through BaseSourceImpl, following the pattern
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.metrics.BaseSourceImpl
metricsAdapter, metricsContext, metricsDescription, metricsJmxContext, metricsName, metricsRegistry, registry
Fields inherited from interface org.apache.hadoop.hbase.metrics.BaseSource
HBASE_METRICS_SYSTEM_NAME
Fields inherited from interface org.apache.hadoop.hbase.replication.regionserver.MetricsReplicationSource
METRICS_CONTEXT, METRICS_DESCRIPTION, METRICS_JMX_CONTEXT, METRICS_NAME
-
Constructor Summary
ConstructorDescriptionMetricsReplicationSourceImpl
(String metricsName, String metricsDescription, String metricsContext, String metricsJmxContext) -
Method Summary
Methods inherited from class org.apache.hadoop.hbase.metrics.BaseSourceImpl
decGauge, getMetrics, getMetricsContext, getMetricsDescription, getMetricsJmxContext, getMetricsName, getMetricsRegistry, incCounters, incGauge, init, removeMetric, setGauge, updateHistogram
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.hadoop.hbase.metrics.BaseSource
decGauge, getMetricRegistryInfo, getMetricsContext, getMetricsDescription, getMetricsJmxContext, getMetricsName, incCounters, incGauge, init, removeMetric, setGauge, updateHistogram
-
Constructor Details
-
MetricsReplicationSourceImpl
public MetricsReplicationSourceImpl() -
MetricsReplicationSourceImpl
MetricsReplicationSourceImpl(String metricsName, String metricsDescription, String metricsContext, String metricsJmxContext)
-