org.apache.hadoop.hbase.master.balancer
Interface MetricsBalancerSource

All Superinterfaces:
BaseSource
All Known Implementing Classes:
MetricsBalancerSourceImpl

public interface MetricsBalancerSource
extends BaseSource


Field Summary
static String BALANCE_CLUSTER
           
static String METRICS_CONTEXT
          The context metrics will be under.
static String METRICS_DESCRIPTION
          Description
static String METRICS_JMX_CONTEXT
          The name of the metrics context that metrics will be under in jmx
static String METRICS_NAME
          The name of the metrics
static String MISC_INVOATION_COUNT
           
 
Fields inherited from interface org.apache.hadoop.hbase.metrics.BaseSource
HBASE_METRICS_SYSTEM_NAME
 
Method Summary
 void incrMiscInvocations()
           
 void updateBalanceCluster(long time)
           
 
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 context 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 in jmx

See Also:
Constant Field Values

BALANCE_CLUSTER

static final String BALANCE_CLUSTER
See Also:
Constant Field Values

MISC_INVOATION_COUNT

static final String MISC_INVOATION_COUNT
See Also:
Constant Field Values

METRICS_DESCRIPTION

static final String METRICS_DESCRIPTION
Description

See Also:
Constant Field Values
Method Detail

updateBalanceCluster

void updateBalanceCluster(long time)

incrMiscInvocations

void incrMiscInvocations()


Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.