| Interface | Description |
|---|---|
| HistogramState | |
| HistogramValueReader | |
| TypedHistogram |
| Class | Description |
|---|---|
| GroupedHistogramState |
state object that uses a single histogram for all groups.
|
| GroupedTypedHistogram |
implementation that uses groupId in the hash key, so that we may store all groupId x value -> count in one giant map.
|
| HashUtil | |
| Histogram | |
| HistogramStateFactory | |
| HistogramStateSerializer | |
| LegacyHistogramGroupState | Deprecated |
| SingleHistogramState | |
| SingleTypedHistogram | |
| ValueStore |
helper class for
GroupedTypedHistogram
May be used for other cases that need a simple hash for values |
| Enum | Description |
|---|---|
| HistogramGroupImplementation |
Copyright © 2012–2019. All rights reserved.