@Deprecated public class LegacyArrayAggregationGroupState extends AbstractGroupedAccumulatorState implements ArrayAggregationState
| Constructor and Description |
|---|
LegacyArrayAggregationGroupState(Type type)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(Block block,
int position)
Deprecated.
|
void |
ensureCapacity(long size)
Deprecated.
|
void |
forEach(ArrayAggregationStateConsumer consumer)
Deprecated.
|
long |
getEstimatedSize()
Deprecated.
|
boolean |
isEmpty()
Deprecated.
|
getGroupId, setGroupIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmerge, resetpublic LegacyArrayAggregationGroupState(Type type)
public void ensureCapacity(long size)
ensureCapacity in interface GroupedAccumulatorStatepublic long getEstimatedSize()
getEstimatedSize in interface AccumulatorStatepublic void add(Block block, int position)
add in interface ArrayAggregationStatepublic void forEach(ArrayAggregationStateConsumer consumer)
forEach in interface ArrayAggregationStatepublic boolean isEmpty()
isEmpty in interface ArrayAggregationStateCopyright © 2012–2019. All rights reserved.