Package com.hazelcast.spi.merge
Interface MergingTTL
- All Superinterfaces:
 MergingView
- All Known Subinterfaces:
 SplitBrainMergeTypes.MapMergeTypes<K,,V> SplitBrainMergeTypes.ReplicatedMapMergeTypes<K,V> 
Represents a read-only view of a TTL for the merging process after a split-brain.
- Since:
 - 3.10
 
- 
Method Summary
 
- 
Method Details
- 
getTtl
long getTtl()Returns the TTL of the merge data.- Returns:
 - the TTL of the merge data
 
 
 -