Package com.hazelcast.map.merge

Contains merge policies for IMap

See:
          Description

Interface Summary
MapMergePolicy A policy for merging maps after a splitbrain was detected and the different network partitions need to be merged.
 

Class Summary
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 MergePolicyProvider instances.
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.
 

Package com.hazelcast.map.merge Description

Contains merge policies for IMap



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.