Package com.hazelcast.spi.merge
Interface SplitBrainMergeTypes.MapMergeTypes<K,V>
-
- Type Parameters:
K
- key typeV
- value type
- All Superinterfaces:
MergingCosts
,MergingCreationTime
,MergingEntry<K,V>
,MergingExpirationTime
,MergingHits
,MergingLastAccessTime
,MergingLastStoredTime
,MergingLastUpdateTime
,MergingMaxIdle
,MergingTTL
,MergingValue<V>
,MergingVersion
,MergingView
- Enclosing class:
- SplitBrainMergeTypes
public static interface SplitBrainMergeTypes.MapMergeTypes<K,V> extends MergingEntry<K,V>, MergingCreationTime, MergingHits, MergingLastAccessTime, MergingLastUpdateTime, MergingTTL, MergingMaxIdle, MergingCosts, MergingVersion, MergingExpirationTime, MergingLastStoredTime
Provided merge types ofIMap
.- Since:
- 3.10
-
-
Method Summary
-
Methods inherited from interface com.hazelcast.spi.merge.MergingCosts
getCost
-
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.MergingExpirationTime
getExpirationTime
-
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.MergingLastStoredTime
getLastStoredTime
-
Methods inherited from interface com.hazelcast.spi.merge.MergingLastUpdateTime
getLastUpdateTime
-
Methods inherited from interface com.hazelcast.spi.merge.MergingMaxIdle
getMaxIdle
-
Methods inherited from interface com.hazelcast.spi.merge.MergingTTL
getTtl
-
Methods inherited from interface com.hazelcast.spi.merge.MergingValue
getDeserializedValue, getRawValue, getValue
-
Methods inherited from interface com.hazelcast.spi.merge.MergingVersion
getVersion
-
-