K - the type of the keyV - the type of the value@Beta public 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, getValueK getKey()
<DK> DK getDeserializedKey()
DK - the type of the deserialized keyCopyright © 2019 Hazelcast, Inc.. All Rights Reserved.