|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hazelcast.merge.PassThroughMergePolicy
public class PassThroughMergePolicy
| Field Summary | |
|---|---|
static java.lang.String |
NAME
|
| Fields inherited from interface com.hazelcast.merge.MergePolicy |
|---|
REMOVE_EXISTING |
| Constructor Summary | |
|---|---|
PassThroughMergePolicy()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
merge(java.lang.String mapName,
MapEntry mergingEntry,
MapEntry existingEntry)
Returns the value of the entry after the merge of entries with the same key. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String NAME
| Constructor Detail |
|---|
public PassThroughMergePolicy()
| Method Detail |
|---|
public java.lang.Object merge(java.lang.String mapName,
MapEntry mergingEntry,
MapEntry existingEntry)
MergePolicy
merge in interface MergePolicymapName - name of the mapmergingEntry - entry merging into the destination clusterexistingEntry - existing entry in the destination cluster
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||