Package | Description |
---|---|
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 | 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 |
---|---|
Counter |
ProcedureMetrics.getFailedCounter() |
Counter |
ProcedureMetrics.getSubmittedCounter() |
Copyright © 2007–2019 Cloudera. All rights reserved.