Interface MergingHits

All Superinterfaces:
MergingView
All Known Subinterfaces:
SplitBrainMergeTypes.CacheMergeTypes<K,​V>, SplitBrainMergeTypes.MapMergeTypes<K,​V>, SplitBrainMergeTypes.MultiMapMergeTypes<K,​V>, SplitBrainMergeTypes.ReplicatedMapMergeTypes<K,​V>

public interface MergingHits
extends MergingView
Represents a read-only view access hits for the merging process after a split-brain.
Since:
3.10
  • Method Summary

    Modifier and Type Method Description
    long getHits()
    Returns the access hits of the merge data.
  • Method Details

    • getHits

      long getHits()
      Returns the access hits of the merge data.
      Returns:
      the access hits of the merge data