public interface RollingHdrHistogram
| Modifier and Type | Method and Description |
|---|---|
static RollingHdrHistogramBuilder |
builder() |
int |
getEstimatedFootprintInBytes()
Provide a (conservatively high) estimate of the Reservoir's total footprint in bytes
|
RollingSnapshot |
getSnapshot() |
void |
update(long value) |
static RollingHdrHistogramBuilder builder()
int getEstimatedFootprintInBytes()
RollingSnapshot getSnapshot()
void update(long value)
Copyright © 2020. All rights reserved.