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 |
Modifier and Type | Field and Description |
---|---|
private Counter |
ExampleMasterObserverWithMetrics.disableTableCounter
This 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
Counter used to track a mutable number. |
Counter |
OperationMetrics.getFailedCounter() |
Counter |
OperationMetrics.getSubmittedCounter() |
Modifier and Type | Class and Description |
---|---|
class |
CounterImpl
Custom implementation of
Counter using 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() |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.