public class ThroughputTimer extends com.codahale.metrics.Timer implements com.codahale.metrics.Gauge<Long>
Meter object to provide a one second instant
throughput value returned by getValue().| Constructor and Description |
|---|
ThroughputTimer() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getValue() |
void |
update(long duration,
TimeUnit unit) |
Copyright © 2015. All Rights Reserved.