@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, setGroupId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
merge, reset
public LegacyArrayAggregationGroupState(Type type)
public void ensureCapacity(long size)
ensureCapacity
in interface GroupedAccumulatorState
public long getEstimatedSize()
getEstimatedSize
in interface AccumulatorState
public void add(Block block, int position)
add
in interface ArrayAggregationState
public void forEach(ArrayAggregationStateConsumer consumer)
forEach
in interface ArrayAggregationState
public boolean isEmpty()
isEmpty
in interface ArrayAggregationState
Copyright © 2012–2019. All rights reserved.