K
- the type of the keyV
- the type of the valuepublic interface MergingEntry<K,V> extends MergingValue<V>
Modifier and Type | Method and Description |
---|---|
<DK> DK |
getDeserializedKey()
Returns the deserialized merging key.
|
K |
getKey()
Returns the merging key in the in-memory format of the backing data structure.
|
getDeserializedValue, getValue
K getKey()
<DK> DK getDeserializedKey()
DK
- the type of the deserialized keyCopyright © 2019 Hazelcast, Inc.. All Rights Reserved.