Interface KeyTracker


public interface KeyTracker
Since:
14.0
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    segmentsFinished(org.infinispan.commons.util.IntSet finishedSegments)
     
    boolean
    track(byte[] key, short status, org.infinispan.commons.configuration.ClassAllowList allowList)
     
  • Method Details

    • track

      boolean track(byte[] key, short status, org.infinispan.commons.configuration.ClassAllowList allowList)
    • segmentsFinished

      void segmentsFinished(org.infinispan.commons.util.IntSet finishedSegments)
    • missedSegments

      Set<Integer> missedSegments()