org.apache.hadoop.hbase.master
Class MetricsMasterSourceImpl

java.lang.Object
  extended by org.apache.hadoop.hbase.metrics.BaseSourceImpl
      extended by org.apache.hadoop.hbase.master.MetricsMasterSourceImpl
All Implemented Interfaces:
MetricsMasterSource, BaseSource, MetricsSource

@InterfaceAudience.Private
public class MetricsMasterSourceImpl
extends BaseSourceImpl
implements MetricsMasterSource

Hadoop2 implementation of MetricsMasterSource. 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.master.MetricsMasterSource
AVERAGE_LOAD_DESC, AVERAGE_LOAD_NAME, CLUSTER_ID_DESC, CLUSTER_ID_NAME, CLUSTER_REQUESTS_NAME, IS_ACTIVE_MASTER_DESC, IS_ACTIVE_MASTER_NAME, MASTER_ACTIVE_TIME_DESC, MASTER_ACTIVE_TIME_NAME, MASTER_START_TIME_DESC, MASTER_START_TIME_NAME, METRICS_CONTEXT, METRICS_DESCRIPTION, METRICS_JMX_CONTEXT, METRICS_NAME, NUM_DEAD_REGION_SERVERS_NAME, NUM_REGION_SERVERS_NAME, NUMBER_OF_DEAD_REGION_SERVERS_DESC, NUMBER_OF_REGION_SERVERS_DESC, SERVER_NAME_DESC, SERVER_NAME_NAME, ZOOKEEPER_QUORUM_DESC, ZOOKEEPER_QUORUM_NAME
 
Fields inherited from interface org.apache.hadoop.hbase.metrics.BaseSource
HBASE_METRICS_SYSTEM_NAME
 
Constructor Summary
MetricsMasterSourceImpl(MetricsMasterWrapper masterWrapper)
           
MetricsMasterSourceImpl(String metricsName, String metricsDescription, String metricsContext, String metricsJmxContext, MetricsMasterWrapper masterWrapper)
           
 
Method Summary
 void getMetrics(MetricsCollector metricsCollector, boolean all)
           
 void incRequests(int inc)
           
 void init()
           
 
Methods inherited from class org.apache.hadoop.hbase.metrics.BaseSourceImpl
decGauge, getMetricsContext, getMetricsDescription, getMetricsJmxContext, getMetricsName, getMetricsRegistry, incCounters, incGauge, 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, removeMetric, setGauge, updateHistogram, updateQuantile
 

Constructor Detail

MetricsMasterSourceImpl

public MetricsMasterSourceImpl(MetricsMasterWrapper masterWrapper)

MetricsMasterSourceImpl

public MetricsMasterSourceImpl(String metricsName,
                               String metricsDescription,
                               String metricsContext,
                               String metricsJmxContext,
                               MetricsMasterWrapper masterWrapper)
Method Detail

init

public void init()
Specified by:
init in interface BaseSource
Overrides:
init in class BaseSourceImpl

incRequests

public void incRequests(int inc)
Specified by:
incRequests in interface MetricsMasterSource

getMetrics

public void getMetrics(MetricsCollector metricsCollector,
                       boolean all)
Specified by:
getMetrics in interface MetricsSource
Overrides:
getMetrics in class BaseSourceImpl


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.