Package | Description |
---|---|
org.apache.hadoop.hbase.metrics |
Metrics API for HBase.
|
org.apache.hadoop.hbase.metrics.impl |
Implementation of the HBase Metrics framework.
|
Modifier and Type | Method and Description |
---|---|
Counter |
MetricRegistry.counter(String name)
Get or construct a
Counter used to track a mutable number. |
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() |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.