@InterfaceAudience.Private public class TimerImpl extends Object implements org.apache.hadoop.hbase.metrics.Timer
Timer.| Constructor and Description |
|---|
TimerImpl() |
| Modifier and Type | Method and Description |
|---|---|
HistogramImpl |
getHistogram() |
DropwizardMeter |
getMeter() |
void |
update(long duration,
TimeUnit unit) |
public void update(long duration,
TimeUnit unit)
update in interface org.apache.hadoop.hbase.metrics.Timerpublic HistogramImpl getHistogram()
getHistogram in interface org.apache.hadoop.hbase.metrics.Timerpublic DropwizardMeter getMeter()
getMeter in interface org.apache.hadoop.hbase.metrics.TimerCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.