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