Package org.apache.hadoop.hbase.master
Interface MetricsMasterFileSystemSource
- All Superinterfaces:
BaseSource
- All Known Implementing Classes:
MetricsMasterFilesystemSourceImpl
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
The context metrics will be under.static final String
Descriptionstatic final String
The name of the metrics context that metrics will be under in jmxstatic final String
The name of the metricsstatic final String
static final String
static final String
static final String
Fields inherited from interface org.apache.hadoop.hbase.metrics.BaseSource
HBASE_METRICS_SYSTEM_NAME
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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, getMetricRegistryInfo, getMetricsContext, getMetricsDescription, getMetricsJmxContext, getMetricsName, incCounters, incGauge, init, removeMetric, setGauge, updateHistogram
-
Field Details
-
METRICS_NAME
The name of the metrics- See Also:
-
METRICS_CONTEXT
The context metrics will be under.- See Also:
-
METRICS_JMX_CONTEXT
The name of the metrics context that metrics will be under in jmx- See Also:
-
METRICS_DESCRIPTION
Description- See Also:
-
META_SPLIT_TIME_NAME
- See Also:
-
META_SPLIT_SIZE_NAME
- See Also:
-
SPLIT_TIME_NAME
- See Also:
-
SPLIT_SIZE_NAME
- See Also:
-
META_SPLIT_TIME_DESC
- See Also:
-
META_SPLIT_SIZE_DESC
- See Also:
-
SPLIT_TIME_DESC
- See Also:
-
SPLIT_SIZE_DESC
- See Also:
-
-
Method Details
-
updateMetaWALSplitTime
-
updateMetaWALSplitSize
-
updateSplitTime
-
updateSplitSize
-