ReplicatedMapSee: Description
| Interface | Description | 
|---|---|
| ReplicatedMapMergePolicy | A policy for merging replicated maps after a split-brain was detected and the different network partitions need
 to be merged. | 
| Class | Description | 
|---|---|
| HigherHitsMapMergePolicy | HigherHitsMapMergePolicy causes the merging entry to be merged from source to destination map
 if source entry has more hits than the destination one. | 
| LatestUpdateMapMergePolicy | LatestUpdateMapMergePolicy causes the merging entry to be merged from source to destination map
 if source entry has updated more recently than the destination entry. | 
| MergePolicyProvider | A provider for  ReplicatedMapMergePolicyinstances. | 
| PassThroughMergePolicy | PassThroughMergePolicy causes the merging entry to be merged from source to destination map
 unless merging entry is null. | 
| PutIfAbsentMapMergePolicy | PutIfAbsentMapMergePolicy causes the merging entry to be merged from source to destination map
 if it does not exist in the destination map. | 
ReplicatedMapCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.