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