Package org.apache.hadoop.hbase.master
Interface MetricsMasterFileSystemSource
- All Superinterfaces:
- BaseSource
- All Known Implementing Classes:
- MetricsMasterFilesystemSourceImpl
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThe context metrics will be under.static final StringDescriptionstatic final StringThe name of the metrics context that metrics will be under in jmxstatic final StringThe name of the metricsstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface org.apache.hadoop.hbase.metrics.BaseSourceHBASE_METRICS_SYSTEM_NAME
- 
Method SummaryModifier and TypeMethodDescriptionvoidupdateMetaWALSplitSize(long size) voidupdateMetaWALSplitTime(long time) voidupdateSplitSize(long size) voidupdateSplitTime(long time) Methods inherited from interface org.apache.hadoop.hbase.metrics.BaseSourcedecGauge, getMetricRegistryInfo, getMetricsContext, getMetricsDescription, getMetricsJmxContext, getMetricsName, incCounters, incGauge, init, removeMetric, setGauge, updateHistogram
- 
Field Details- 
METRICS_NAMEThe name of the metrics- See Also:
 
- 
METRICS_CONTEXTThe context metrics will be under.- See Also:
 
- 
METRICS_JMX_CONTEXTThe name of the metrics context that metrics will be under in jmx- See Also:
 
- 
METRICS_DESCRIPTIONDescription- 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
 
-