Package com.hazelcast.spi.merge
Interface SplitBrainMergeTypes.MultiMapMergeTypes<K,V>
-
- Type Parameters:
K
- key typeV
- value type
- All Superinterfaces:
MergingCreationTime
,MergingEntry<K,java.util.Collection<V>>
,MergingHits
,MergingLastAccessTime
,MergingLastUpdateTime
,MergingValue<java.util.Collection<V>>
,MergingView
- Enclosing class:
- SplitBrainMergeTypes
public static interface SplitBrainMergeTypes.MultiMapMergeTypes<K,V> extends MergingEntry<K,java.util.Collection<V>>, MergingCreationTime, MergingHits, MergingLastAccessTime, MergingLastUpdateTime
Provided merge types ofMultiMap
.- Since:
- 3.10
-
-
Method Summary
-
Methods inherited from interface com.hazelcast.spi.merge.MergingCreationTime
getCreationTime
-
Methods inherited from interface com.hazelcast.spi.merge.MergingEntry
getKey, getRawKey
-
Methods inherited from interface com.hazelcast.spi.merge.MergingHits
getHits
-
Methods inherited from interface com.hazelcast.spi.merge.MergingLastAccessTime
getLastAccessTime
-
Methods inherited from interface com.hazelcast.spi.merge.MergingLastUpdateTime
getLastUpdateTime
-
Methods inherited from interface com.hazelcast.spi.merge.MergingValue
getDeserializedValue, getRawValue, getValue
-
-