All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.client.hotrod.impl.iteration.KeyTracker Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
package org.infinispan.client.hotrod.impl.iteration;

import java.util.List;
import java.util.Set;

/**
 * @author gustavonalle
 * @since 8.0
 */
public interface KeyTracker {

   boolean track(byte[] key, short status, List whitelist);

   void segmentsFinished(byte[] finishedSegments);

   Set missedSegments();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy