public static class KeyValuePairsStateFactory.SingleState extends Object implements KeyValuePairsState
| Constructor and Description |
|---|
SingleState(Type keyType,
Type valueType) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMemoryUsage(long memory) |
KeyValuePairs |
get() |
long |
getEstimatedSize() |
Type |
getKeyType() |
Type |
getValueType() |
void |
set(KeyValuePairs value) |
public 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.