Interface KeyTracker
-
public interface KeyTracker
- Since:
- 8.0
- Author:
- gustavonalle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Integer>
missedSegments()
void
segmentsFinished(byte[] finishedSegments)
boolean
track(byte[] key, short status, org.infinispan.commons.configuration.ClassWhiteList whitelist)
-