Interface KeyTracker
public interface KeyTracker
- Since:
- 14.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidsegmentsFinished(org.infinispan.commons.util.IntSet finishedSegments) booleantrack(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
-