Constructor and Description |
---|
TimerImpl() |
Modifier and Type | Method and Description |
---|---|
HistogramImpl |
getHistogram() |
DropwizardMeter |
getMeter() |
void |
update(long duration,
TimeUnit unit)
Update the timer with the given duration in given time unit.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
updateMicros, updateMillis, updateNanos
public void update(long duration, TimeUnit unit)
Timer
public HistogramImpl getHistogram()
getHistogram
in interface Timer
public DropwizardMeter getMeter()
Copyright © 2007–2019 Cloudera. All rights reserved.