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

    Modifier and Type Method Description
    long getCost()
    Returns the memory cost of the merge data.
  • Method Details

    • getCost

      long getCost()
      Returns the memory cost of the merge data.
      Returns:
      the memory cost of the merge data