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