@ThreadSafe
public final class LatencyStatsReservoir
extends java.lang.Object
implements com.codahale.metrics.Reservoir
| Constructor and Description |
|---|
LatencyStatsReservoir(org.LatencyUtils.LatencyStats stats) |
| Modifier and Type | Method and Description |
|---|---|
com.codahale.metrics.Snapshot |
getSnapshot() |
int |
size() |
void |
update(long value) |
public LatencyStatsReservoir(org.LatencyUtils.LatencyStats stats)
public int size()
size in interface com.codahale.metrics.Reservoirpublic void update(long value)
update in interface com.codahale.metrics.Reservoirpublic com.codahale.metrics.Snapshot getSnapshot()
getSnapshot in interface com.codahale.metrics.Reservoir