@InterfaceAudience.Private public class MetricsMasterFilesystemSourceImpl extends BaseSourceImpl implements org.apache.hadoop.hbase.master.MetricsMasterFileSystemSource
metricsAdapter, metricsContext, metricsDescription, metricsJmxContext, metricsName, metricsRegistry, registryMETA_SPLIT_SIZE_DESC, META_SPLIT_SIZE_NAME, META_SPLIT_TIME_DESC, META_SPLIT_TIME_NAME, METRICS_CONTEXT, METRICS_DESCRIPTION, METRICS_JMX_CONTEXT, METRICS_NAME, SPLIT_SIZE_DESC, SPLIT_SIZE_NAME, SPLIT_TIME_DESC, SPLIT_TIME_NAME| Constructor and Description |
|---|
MetricsMasterFilesystemSourceImpl() |
MetricsMasterFilesystemSourceImpl(String metricsName,
String metricsDescription,
String metricsContext,
String metricsJmxContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
void |
updateMetaWALSplitSize(long size) |
void |
updateMetaWALSplitTime(long time) |
void |
updateSplitSize(long size) |
void |
updateSplitTime(long time) |
decGauge, getMetrics, getMetricsContext, getMetricsDescription, getMetricsJmxContext, getMetricsName, getMetricsRegistry, incCounters, incGauge, removeMetric, setGauge, updateHistogrampublic void init()
init in interface org.apache.hadoop.hbase.metrics.BaseSourceinit in class BaseSourceImplpublic void updateSplitTime(long time)
updateSplitTime in interface org.apache.hadoop.hbase.master.MetricsMasterFileSystemSourcepublic void updateSplitSize(long size)
updateSplitSize in interface org.apache.hadoop.hbase.master.MetricsMasterFileSystemSourcepublic void updateMetaWALSplitTime(long time)
updateMetaWALSplitTime in interface org.apache.hadoop.hbase.master.MetricsMasterFileSystemSourcepublic void updateMetaWALSplitSize(long size)
updateMetaWALSplitSize in interface org.apache.hadoop.hbase.master.MetricsMasterFileSystemSourceCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.