Package com.hazelcast.spi.merge
Interface SplitBrainMergeTypes.CollectionMergeTypes<V>
-
- Type Parameters:
V
- value type
- All Superinterfaces:
MergingValue<java.util.Collection<V>>
,MergingView
- Enclosing class:
- SplitBrainMergeTypes
public static interface SplitBrainMergeTypes.CollectionMergeTypes<V> extends MergingValue<java.util.Collection<V>>
- Since:
- 3.10
-
-
Method Summary
-
Methods inherited from interface com.hazelcast.spi.merge.MergingValue
getDeserializedValue, getRawValue, getValue
-
-