Package com.hazelcast.spi.merge
Interface MergingEntry<K,V>
- Type Parameters:
K
- the type of the keyV
- the type of the value
- All Superinterfaces:
MergingValue<V>
,MergingView
- All Known Subinterfaces:
SplitBrainMergeTypes.CacheMergeTypes<K,
,V> SplitBrainMergeTypes.CardinalityEstimatorMergeTypes
,SplitBrainMergeTypes.MapMergeTypes<K,
,V> SplitBrainMergeTypes.MultiMapMergeTypes<K,
,V> SplitBrainMergeTypes.ReplicatedMapMergeTypes<K,
,V> SplitBrainMergeTypes.ScheduledExecutorMergeTypes
Represents a read-only view of a data structure key/value-pair for the merging process after a split-brain.
- Since:
- 3.10
-
Method Summary
Methods inherited from interface com.hazelcast.spi.merge.MergingValue
getDeserializedValue, getRawValue, getValue