| Constructor and Description |
|---|
TimerImpl() |
| Modifier and Type | Method and Description |
|---|---|
HistogramImpl |
getHistogram() |
DropwizardMeter |
getMeter() |
void |
update(long duration,
TimeUnit unit) |
void |
updateMicros(long durationMicros) |
void |
updateMillis(long durationMillis) |
void |
updateNanos(long durationNanos) |
public HistogramImpl getHistogram()
getHistogram in interface Timerpublic DropwizardMeter getMeter()
public void updateMillis(long durationMillis)
updateMillis in interface Timerpublic void updateMicros(long durationMicros)
updateMicros in interface Timerpublic void updateNanos(long durationNanos)
updateNanos in interface TimerCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.