V
- the type of the merged valueT
- the type of the merging value@Beta public class PassThroughMergePolicy<V,T extends MergingValue<V>> extends com.hazelcast.spi.impl.merge.AbstractSplitBrainMergePolicy<V,T>
null
.Constructor and Description |
---|
PassThroughMergePolicy() |
Modifier and Type | Method and Description |
---|---|
int |
getId()
Returns type identifier for this class.
|
V |
merge(T mergingValue,
T existingValue)
Selects the value of either the merging or the existing
MergingValue which should be merged. |
public V merge(T mergingValue, T existingValue)
SplitBrainMergePolicy
MergingValue
which should be merged.
Note that the existing MergingValue
instance may be null
if no matching data could be found to the merging MergingValue
.
mergingValue
- MergingValue
instance that has the merging data of the smaller sub-clusterexistingValue
- MergingValue
instance that has the existing data
or null
if no matching data existspublic int getId()
IdentifiedDataSerializable
Copyright © 2018 Hazelcast, Inc.. All rights reserved.