public static class NumericHistogramStateFactory.GroupedState extends AbstractGroupedAccumulatorState implements DoubleHistogramAggregation.State
| Constructor and Description |
|---|
GroupedState() |
| Modifier and Type | Method and Description |
|---|---|
void |
ensureCapacity(long size) |
NumericHistogram |
get() |
long |
getEstimatedSize() |
void |
set(NumericHistogram value) |
getGroupId, setGroupIdpublic void ensureCapacity(long size)
ensureCapacity in interface GroupedAccumulatorStatepublic NumericHistogram get()
get in interface DoubleHistogramAggregation.Statepublic void set(NumericHistogram value)
set in interface DoubleHistogramAggregation.Statepublic long getEstimatedSize()
getEstimatedSize in interface AccumulatorStateCopyright © 2012–2019. All rights reserved.