@InterfaceAudience.Private public class MetricsRegionServerQuotaSourceImpl extends BaseSourceImpl implements org.apache.hadoop.hbase.regionserver.MetricsRegionServerQuotaSource
MetricsRegionServerQuotaSource.metricsAdapter, metricsContext, metricsDescription, metricsJmxContext, metricsName, metricsRegistry, registryFILE_SYSTEM_UTILIZATION_CHORE_TIME, METRICS_CONTEXT, METRICS_DESCRIPTION, METRICS_JMX_CONTEXT, METRICS_NAME, NUM_REGION_SIZE_REPORT_NAME, NUM_SPACE_SNAPSHOTS_RECEIVED_NAME, NUM_TABLES_IN_VIOLATION_NAME, REGION_SIZE_REPORTING_CHORE_TIME_NAME, SPACE_QUOTA_REFRESHER_CHORE_TIME| Constructor and Description |
|---|
MetricsRegionServerQuotaSourceImpl() |
MetricsRegionServerQuotaSourceImpl(String metricsName,
String metricsDescription,
String metricsContext,
String metricsJmxContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
incrementNumRegionSizeReportsSent(long numReportsSent) |
void |
incrementRegionSizeReportingChoreTime(long time) |
void |
incrementSpaceQuotaFileSystemScannerChoreTime(long time) |
void |
incrementSpaceQuotaRefresherChoreTime(long time) |
void |
updateNumTablesInSpaceQuotaViolation(long tablesInViolation) |
void |
updateNumTableSpaceQuotaSnapshots(long numSnapshots) |
decGauge, getMetrics, getMetricsContext, getMetricsDescription, getMetricsJmxContext, getMetricsName, getMetricsRegistry, incCounters, incGauge, init, removeMetric, setGauge, updateHistogrampublic void updateNumTablesInSpaceQuotaViolation(long tablesInViolation)
updateNumTablesInSpaceQuotaViolation in interface org.apache.hadoop.hbase.regionserver.MetricsRegionServerQuotaSourcepublic void updateNumTableSpaceQuotaSnapshots(long numSnapshots)
updateNumTableSpaceQuotaSnapshots in interface org.apache.hadoop.hbase.regionserver.MetricsRegionServerQuotaSourcepublic void incrementSpaceQuotaFileSystemScannerChoreTime(long time)
incrementSpaceQuotaFileSystemScannerChoreTime in interface org.apache.hadoop.hbase.regionserver.MetricsRegionServerQuotaSourcepublic void incrementSpaceQuotaRefresherChoreTime(long time)
incrementSpaceQuotaRefresherChoreTime in interface org.apache.hadoop.hbase.regionserver.MetricsRegionServerQuotaSourcepublic void incrementNumRegionSizeReportsSent(long numReportsSent)
incrementNumRegionSizeReportsSent in interface org.apache.hadoop.hbase.regionserver.MetricsRegionServerQuotaSourcepublic void incrementRegionSizeReportingChoreTime(long time)
incrementRegionSizeReportingChoreTime in interface org.apache.hadoop.hbase.regionserver.MetricsRegionServerQuotaSourceCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.