public class PassThroughMergePolicy extends Object implements MergePolicy
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
REMOVE_EXISTING| Constructor and Description |
|---|
PassThroughMergePolicy() |
public static final String NAME
public Object merge(String mapName, MapEntry mergingEntry, MapEntry existingEntry)
MergePolicymerge in interface MergePolicymapName - name of the mapmergingEntry - entry merging into the destination clusterexistingEntry - existing entry in the destination clusterCopyright © 2008-2013 Hazelcast, Inc. All Rights Reserved.