Interface | Description |
---|---|
MapMergePolicy |
A policy for merging maps after a splitbrain 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
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.
|
IMap
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.