org.apache.hadoop.hbase.master
Interface MetricsMasterFileSystemSource

All Superinterfaces:
BaseSource
All Known Implementing Classes:
MetricsMasterFilesystemSourceImpl

public interface MetricsMasterFileSystemSource
extends BaseSource


Field Summary
static String META_SPLIT_SIZE_DESC
           
static String META_SPLIT_SIZE_NAME
           
static String META_SPLIT_TIME_DESC
           
static String META_SPLIT_TIME_NAME
           
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 SPLIT_SIZE_DESC
           
static String SPLIT_SIZE_NAME
           
static String SPLIT_TIME_DESC
           
static String SPLIT_TIME_NAME
           
 
Fields inherited from interface org.apache.hadoop.hbase.metrics.BaseSource
HBASE_METRICS_SYSTEM_NAME
 
Method Summary
 void updateMetaWALSplitSize(long size)
           
 void updateMetaWALSplitTime(long time)
           
 void updateSplitSize(long size)
           
 void updateSplitTime(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

METRICS_DESCRIPTION

static final String METRICS_DESCRIPTION
Description

See Also:
Constant Field Values

META_SPLIT_TIME_NAME

static final String META_SPLIT_TIME_NAME
See Also:
Constant Field Values

META_SPLIT_SIZE_NAME

static final String META_SPLIT_SIZE_NAME
See Also:
Constant Field Values

SPLIT_TIME_NAME

static final String SPLIT_TIME_NAME
See Also:
Constant Field Values

SPLIT_SIZE_NAME

static final String SPLIT_SIZE_NAME
See Also:
Constant Field Values

META_SPLIT_TIME_DESC

static final String META_SPLIT_TIME_DESC
See Also:
Constant Field Values

META_SPLIT_SIZE_DESC

static final String META_SPLIT_SIZE_DESC
See Also:
Constant Field Values

SPLIT_TIME_DESC

static final String SPLIT_TIME_DESC
See Also:
Constant Field Values

SPLIT_SIZE_DESC

static final String SPLIT_SIZE_DESC
See Also:
Constant Field Values
Method Detail

updateMetaWALSplitTime

void updateMetaWALSplitTime(long time)

updateMetaWALSplitSize

void updateMetaWALSplitSize(long size)

updateSplitTime

void updateSplitTime(long time)

updateSplitSize

void updateSplitSize(long size)


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