public interface ReplicatedMapMergePolicy extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
| Object | merge(String mapName,
     ReplicatedMapEntryView mergingEntry,
     ReplicatedMapEntryView existingEntry)Returns the value of the entry after the merge
 of entries with the same key. | 
Object merge(String mapName, ReplicatedMapEntryView mergingEntry, ReplicatedMapEntryView existingEntry)
mapName - name of the replicated mapmergingEntry - entry merging into the destination clusterexistingEntry - existing entry in the destination clusterCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.