public class QuantileDigestStateFactory extends Object implements AccumulatorStateFactory<QuantileDigestState>
| Modifier and Type | Class and Description |
|---|---|
static class |
QuantileDigestStateFactory.GroupedQuantileDigestState |
static class |
QuantileDigestStateFactory.SingleQuantileDigestState |
| Constructor and Description |
|---|
QuantileDigestStateFactory() |
| Modifier and Type | Method and Description |
|---|---|
QuantileDigestState |
createGroupedState() |
QuantileDigestState |
createSingleState() |
Class<? extends QuantileDigestState> |
getGroupedStateClass() |
Class<? extends QuantileDigestState> |
getSingleStateClass() |
public QuantileDigestState createSingleState()
createSingleState in interface AccumulatorStateFactory<QuantileDigestState>public Class<? extends QuantileDigestState> getSingleStateClass()
getSingleStateClass in interface AccumulatorStateFactory<QuantileDigestState>public QuantileDigestState createGroupedState()
createGroupedState in interface AccumulatorStateFactory<QuantileDigestState>public Class<? extends QuantileDigestState> getGroupedStateClass()
getGroupedStateClass in interface AccumulatorStateFactory<QuantileDigestState>Copyright © 2012–2019. All rights reserved.