public class EstimatedHistogramReservoir
extends java.lang.Object
implements com.codahale.metrics.Reservoir
Constructor and Description |
---|
EstimatedHistogramReservoir() |
EstimatedHistogramReservoir(int numBuckets) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
com.codahale.metrics.Snapshot |
getSnapshot() |
int |
size() |
void |
update(long value) |
public EstimatedHistogramReservoir()
public EstimatedHistogramReservoir(int numBuckets)
public int size()
size
in interface com.codahale.metrics.Reservoir
public void update(long value)
update
in interface com.codahale.metrics.Reservoir
public com.codahale.metrics.Snapshot getSnapshot()
getSnapshot
in interface com.codahale.metrics.Reservoir
public void clear()
Copyright © 2015 The Apache Software Foundation