Package com.hazelcast.spi.merge
Interface MergingLastStoredTime
- All Superinterfaces:
 MergingView
- All Known Subinterfaces:
 SplitBrainMergeTypes.MapMergeTypes<K,V> 
Represents a read-only view of a last stored time for the merging process after a split-brain.
- Since:
 - 3.10
 
- 
Method Summary
Modifier and TypeMethodDescriptionlongReturns the last stored time of the merge data. 
- 
Method Details
- 
getLastStoredTime
long getLastStoredTime()Returns the last stored time of the merge data.- Returns:
 - the last stored time of the merge data
 
 
 -