Package com.hazelcast.spi.merge
Interface SplitBrainMergeTypes.CacheMergeTypes<K,V> 
- Type Parameters:
 K- key typeV- value type
- All Superinterfaces:
 MergingCreationTime,MergingEntry<K,,V> MergingExpirationTime,MergingHits,MergingLastAccessTime,MergingValue<V>,MergingView
- Enclosing class:
 - SplitBrainMergeTypes
 
public static interface SplitBrainMergeTypes.CacheMergeTypes<K,V> 
extends MergingEntry<K,V>, MergingCreationTime, MergingHits, MergingLastAccessTime, MergingExpirationTime 
Provided merge types of 
ICache.- Since:
 - 3.10
 
- 
Method Summary
Methods inherited from interface com.hazelcast.spi.merge.MergingCreationTime
getCreationTimeMethods inherited from interface com.hazelcast.spi.merge.MergingEntry
getKey, getRawKeyMethods inherited from interface com.hazelcast.spi.merge.MergingExpirationTime
getExpirationTimeMethods inherited from interface com.hazelcast.spi.merge.MergingHits
getHitsMethods inherited from interface com.hazelcast.spi.merge.MergingLastAccessTime
getLastAccessTimeMethods inherited from interface com.hazelcast.spi.merge.MergingValue
getDeserializedValue, getRawValue, getValue