Package com.hazelcast.spi.merge
Interface MergingExpirationTime
- All Superinterfaces:
- MergingView
- All Known Subinterfaces:
- SplitBrainMergeTypes.CacheMergeTypes<K,,- V> - SplitBrainMergeTypes.MapMergeTypes<K,- V> 
Represents a read-only view of an expiration time for the merging process after a split-brain.
- Since:
- 3.10
- 
Method SummaryModifier and TypeMethodDescriptionlongReturns the expiration time of the merge data.
- 
Method Details- 
getExpirationTimelong getExpirationTime()Returns the expiration time of the merge data.- Returns:
- the expiration time of the merge data
 
 
-