public static class WavefrontHistogramImpl.Distribution extends Object
| Modifier and Type | Field and Description |
|---|---|
List<Pair<Double,Integer>> |
centroids
The list of histogram points, each a 2-dimensional
Pair where the first dimension
is the mean value (Double) of the centroid and second dimension is the count of points in
that centroid. |
long |
timestamp
The timestamp in milliseconds since the epoch.
|
| Constructor and Description |
|---|
Distribution(long timestamp,
List<Pair<Double,Integer>> centroids) |
Copyright © 2022. All rights reserved.