- Type Parameters:
K
-
public interface FutureCreator<K extends BaseFuture>
For direct replication, the DHT needs to be created repeatedly. In order for
the user to be able to customize the creation, this interface exists. The
user can create the future for example with data reading from a file or
database instead of keeping everything in memory.
- Author:
- Thomas Bocek