hazelcast config: put if absent when merging
Change-Id: Id39deafc7616b2d85d570bc6e62bb0331a04a3f6
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -176,7 +176,7 @@ | ... | @@ -176,7 +176,7 @@ |
176 | com.hazelcast.map.merge.HigherHitsMapMergePolicy ; entry with the higher hits wins. | 176 | com.hazelcast.map.merge.HigherHitsMapMergePolicy ; entry with the higher hits wins. |
177 | com.hazelcast.map.merge.LatestUpdateMapMergePolicy ; entry with the latest update wins. | 177 | com.hazelcast.map.merge.LatestUpdateMapMergePolicy ; entry with the latest update wins. |
178 | --> | 178 | --> |
179 | - <merge-policy>com.hazelcast.map.merge.PassThroughMergePolicy</merge-policy> | 179 | + <merge-policy>com.hazelcast.map.merge.PutIfAbsentMapMergePolicy</merge-policy> |
180 | 180 | ||
181 | </map> | 181 | </map> |
182 | 182 | ... | ... |
-
Please register or login to post a comment