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 |
---|---|
Timer |
MetricRegistry.timer(String name)
Get or construct a
Timer used to measure durations and report rates. |
Modifier and Type | Class and Description |
---|---|
class |
TimerImpl
Custom implementation of
Timer . |
Modifier and Type | Method and Description |
---|---|
protected Timer |
MetricRegistryImpl.createTimer() |
Timer |
MetricRegistryImpl.timer(String name) |
Copyright © 2007–2019 Cloudera. All rights reserved.