public class NumericHistogramStateFactory extends Object implements AccumulatorStateFactory<DoubleHistogramAggregation.State>
Modifier and Type | Class and Description |
---|---|
static class |
NumericHistogramStateFactory.GroupedState |
static class |
NumericHistogramStateFactory.SingleState |
Constructor and Description |
---|
NumericHistogramStateFactory() |
Modifier and Type | Method and Description |
---|---|
DoubleHistogramAggregation.State |
createGroupedState() |
DoubleHistogramAggregation.State |
createSingleState() |
Class<? extends DoubleHistogramAggregation.State> |
getGroupedStateClass() |
Class<? extends DoubleHistogramAggregation.State> |
getSingleStateClass() |
public DoubleHistogramAggregation.State createSingleState()
createSingleState
in interface AccumulatorStateFactory<DoubleHistogramAggregation.State>
public Class<? extends DoubleHistogramAggregation.State> getSingleStateClass()
getSingleStateClass
in interface AccumulatorStateFactory<DoubleHistogramAggregation.State>
public DoubleHistogramAggregation.State createGroupedState()
createGroupedState
in interface AccumulatorStateFactory<DoubleHistogramAggregation.State>
public Class<? extends DoubleHistogramAggregation.State> getGroupedStateClass()
getGroupedStateClass
in interface AccumulatorStateFactory<DoubleHistogramAggregation.State>
Copyright © 2012–2022. All rights reserved.