public class RainfallHistogramSink<E extends Enum<E>> extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
RainfallHistogramSink.Factory |
| Constructor and Description |
|---|
RainfallHistogramSink(RainfallHistogramSink.Factory factory) |
| Modifier and Type | Method and Description |
|---|---|
org.HdrHistogram.Histogram |
fetchHistogram(Enum<E> result) |
void |
recordValue(Enum result,
long value) |
void |
recordValueWithCount(Enum<E> result,
long value,
long count) |
void |
recordValueWithExpectedInterval(Enum<E> result,
long value,
long expectedIntervalBetweenValueSamples) |
void |
reset() |
public RainfallHistogramSink(RainfallHistogramSink.Factory factory)
Copyright © 2023. All rights reserved.