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