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