@Deprecated public class LegacyGroupedMultimapAggregationState extends AbstractGroupedAccumulatorState implements MultimapAggregationState
| Constructor and Description |
|---|
LegacyGroupedMultimapAggregationState(Type keyType,
Type valueType)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(Block key,
Block value,
int position)
Deprecated.
|
void |
ensureCapacity(long size)
Deprecated.
|
void |
forEach(MultimapAggregationStateConsumer consumer)
Deprecated.
|
int |
getEntryCount()
Deprecated.
|
long |
getEstimatedSize()
Deprecated.
|
boolean |
isEmpty()
Deprecated.
|
getGroupId, setGroupIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmerge, resetpublic void ensureCapacity(long size)
ensureCapacity in interface GroupedAccumulatorStatepublic void add(Block key, Block value, int position)
add in interface MultimapAggregationStatepublic void forEach(MultimapAggregationStateConsumer consumer)
forEach in interface MultimapAggregationStatepublic boolean isEmpty()
isEmpty in interface MultimapAggregationStatepublic long getEstimatedSize()
getEstimatedSize in interface MultimapAggregationStategetEstimatedSize in interface AccumulatorStatepublic int getEntryCount()
getEntryCount in interface MultimapAggregationStateCopyright © 2012–2019. All rights reserved.