org.apache.hadoop.hbase.replication.regionserver
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
@InterfaceAudience.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
Methods inherited from class org.apache.hadoop.hbase.metrics.BaseSourceImpl |
decGauge, getMetrics, getMetricsContext, getMetricsDescription, getMetricsJmxContext, getMetricsName, getMetricsRegistry, incCounters, incGauge, init, removeMetric, setGauge, updateHistogram, updateQuantile |
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, getMetricsContext, getMetricsDescription, getMetricsJmxContext, getMetricsName, incCounters, incGauge, init, removeMetric, setGauge, updateHistogram, updateQuantile |
MetricsReplicationSourceImpl
public MetricsReplicationSourceImpl()
Copyright © 2015 The Apache Software Foundation. All rights reserved.