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