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