org.apache.hadoop.hbase.replication.regionserver
Class MetricsReplicationSourceImpl

java.lang.Object
  extended by org.apache.hadoop.hbase.metrics.BaseSourceImpl
      extended by 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


Field Summary
 
Fields inherited from class org.apache.hadoop.hbase.metrics.BaseSourceImpl
metricsContext, metricsDescription, metricsJmxContext, metricsName, metricsRegistry
 
Fields inherited from interface org.apache.hadoop.hbase.replication.regionserver.MetricsReplicationSource
METRICS_CONTEXT, METRICS_DESCRIPTION, METRICS_JMX_CONTEXT, METRICS_NAME
 
Fields inherited from interface org.apache.hadoop.hbase.metrics.BaseSource
HBASE_METRICS_SYSTEM_NAME
 
Constructor Summary
MetricsReplicationSourceImpl()
           
 
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, 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
 

Constructor Detail

MetricsReplicationSourceImpl

public MetricsReplicationSourceImpl()


Copyright © 2015 The Apache Software Foundation. All rights reserved.