
T - Type of data in histogramD - Type of input datapublic abstract static class FlexiHistogram.Adapter<T,D> extends AggregatingHistogram.Adapter<T,D>
| Constructor and Description |
|---|
FlexiHistogram.Adapter() |
| Modifier and Type | Method and Description |
|---|---|
abstract D |
cloneForCache(D data)
Clone a data passed to the algorithm for computing the initial size.
|
abstract T |
downsample(T first,
T second)
Rule to combine two bins into one.
|
aggregatemake