net.tomp2p.futures
Interface FutureCreate<K extends BaseFuture>
- Type Parameters:
 K - 
public interface FutureCreate<K extends BaseFuture>
DHT and Tracker operations may occur repeatedly. For example a put may be configured to be called every 60 seconds.
 These futures generated out of those repetitions are stored in FutureDHT and FutureTracker.
 Typically, those are backed by a caching map with a fixed size and an LRU eviction policy.
- Author:
 
  - Thomas Bocek
 
| 
Method Summary | 
 void | 
repeated(K future)
 
          Called if a future has been created without user interaction | 
 
repeated
void repeated(K future)
- Called if a future has been created without user interaction
- Parameters:
 future - The created future
 
 
Copyright © 2013. All Rights Reserved.