public static class KeyValuePairsStateFactory.GroupedState extends AbstractGroupedAccumulatorState implements KeyValuePairsState
| Constructor and Description |
|---|
GroupedState(Type keyType,
Type valueType) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMemoryUsage(long memory) |
void |
ensureCapacity(long size) |
KeyValuePairs |
get() |
long |
getEstimatedSize() |
Type |
getKeyType() |
Type |
getValueType() |
void |
set(KeyValuePairs value) |
getGroupId, setGroupIdpublic void ensureCapacity(long size)
ensureCapacity in interface GroupedAccumulatorStatepublic KeyValuePairs get()
get in interface KeyValuePairsStatepublic void set(KeyValuePairs value)
set in interface KeyValuePairsStatepublic void addMemoryUsage(long memory)
addMemoryUsage in interface KeyValuePairsStatepublic Type getKeyType()
getKeyType in interface KeyValuePairsStatepublic Type getValueType()
getValueType in interface KeyValuePairsStatepublic long getEstimatedSize()
getEstimatedSize in interface AccumulatorStateCopyright © 2012–2019. All rights reserved.