| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.coprocessor.example | |
| org.apache.hadoop.hbase.metrics | Metrics API for HBase. | 
| org.apache.hadoop.hbase.metrics.impl | Implementation of the HBase Metrics framework. | 
| org.apache.hadoop.hbase.procedure2 | |
| org.apache.hadoop.hbase.regionserver | 
| Modifier and Type | Field and Description | 
|---|---|
| private Counter | ExampleMasterObserverWithMetrics. disableTableCounterThis is a Counter object to keep track of disableTable operations | 
| private Counter | ExampleRegionObserverWithMetrics. filesCompactedCounter | 
| private Counter | ExampleRegionObserverWithMetrics. flushCounter | 
| private Counter | ExampleRegionObserverWithMetrics. preGetCounter | 
| Modifier and Type | Field and Description | 
|---|---|
| private Counter | OperationMetrics. failedCounter | 
| private Counter | OperationMetrics. submittedCounter | 
| Modifier and Type | Method and Description | 
|---|---|
| Counter | MetricRegistry. counter(String name)Get or construct a  Counterused to track a mutable number. | 
| Counter | OperationMetrics. getFailedCounter() | 
| Counter | OperationMetrics. getSubmittedCounter() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CounterImplCustom implementation of  Counterusing LongAdder. | 
| Modifier and Type | Method and Description | 
|---|---|
| Counter | MetricRegistryImpl. counter(String name) | 
| protected Counter | MetricRegistryImpl. createCounter() | 
| Modifier and Type | Method and Description | 
|---|---|
| private void | HBaseMetrics2HadoopMetricsAdapter. addCounter(String name,
          Counter counter,
          org.apache.hadoop.metrics2.MetricsRecordBuilder builder) | 
| Modifier and Type | Method and Description | 
|---|---|
| Counter | ProcedureMetrics. getFailedCounter() | 
| Counter | ProcedureMetrics. getSubmittedCounter() | 
| Modifier and Type | Field and Description | 
|---|---|
| private Counter | MetricsRegionServerQuotaSourceImpl. regionSizeReportCounter | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.