public interface MultimapAggregationState extends AccumulatorState
| Modifier and Type | Method and Description |
|---|---|
void |
add(Block keyBlock,
Block valueBlock,
int position) |
void |
forEach(MultimapAggregationStateConsumer consumer) |
int |
getEntryCount() |
long |
getEstimatedSize() |
boolean |
isEmpty() |
default void |
merge(MultimapAggregationState otherState) |
default void |
reset() |
void forEach(MultimapAggregationStateConsumer consumer)
default void merge(MultimapAggregationState otherState)
boolean isEmpty()
default void reset()
long getEstimatedSize()
getEstimatedSize in interface AccumulatorStateint getEntryCount()
Copyright © 2012–2019. All rights reserved.