org.apache.hadoop.hbase.replication.regionserver
Interface MetricsReplicationSource

All Superinterfaces:
BaseSource
All Known Implementing Classes:
MetricsReplicationSourceImpl

public interface MetricsReplicationSource
extends BaseSource

Provides access to gauges and counters. Implementers will hide the details of hadoop1 or hadoop2's metrics2 classes and publishing.


Field Summary
static String METRICS_CONTEXT
          The name of the metrics context that metrics will be under.
static String METRICS_DESCRIPTION
          A description.
static String METRICS_JMX_CONTEXT
          The name of the metrics context that metrics will be under.
static String METRICS_NAME
          The name of the metrics
 
Fields 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, getMetricsContext, getMetricsDescription, getMetricsJmxContext, getMetricsName, incCounters, incGauge, init, removeMetric, setGauge, updateHistogram, updateQuantile
 

Field Detail

METRICS_NAME

static final String METRICS_NAME
The name of the metrics

See Also:
Constant Field Values

METRICS_CONTEXT

static final String METRICS_CONTEXT
The name of the metrics context that metrics will be under.

See Also:
Constant Field Values

METRICS_JMX_CONTEXT

static final String METRICS_JMX_CONTEXT
The name of the metrics context that metrics will be under.

See Also:
Constant Field Values

METRICS_DESCRIPTION

static final String METRICS_DESCRIPTION
A description.

See Also:
Constant Field Values


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