public class ArrayAggregationStateFactory extends Object implements AccumulatorStateFactory<ArrayAggregationState>
| Constructor and Description |
|---|
ArrayAggregationStateFactory(Type type,
ArrayAggGroupImplementation mode) |
| Modifier and Type | Method and Description |
|---|---|
ArrayAggregationState |
createGroupedState() |
ArrayAggregationState |
createSingleState() |
Class<? extends ArrayAggregationState> |
getGroupedStateClass() |
Class<? extends ArrayAggregationState> |
getSingleStateClass() |
public ArrayAggregationStateFactory(Type type, ArrayAggGroupImplementation mode)
public ArrayAggregationState createSingleState()
createSingleState in interface AccumulatorStateFactory<ArrayAggregationState>public Class<? extends ArrayAggregationState> getSingleStateClass()
getSingleStateClass in interface AccumulatorStateFactory<ArrayAggregationState>public ArrayAggregationState createGroupedState()
createGroupedState in interface AccumulatorStateFactory<ArrayAggregationState>public Class<? extends ArrayAggregationState> getGroupedStateClass()
getGroupedStateClass in interface AccumulatorStateFactory<ArrayAggregationState>Copyright © 2012–2019. All rights reserved.