Uses of Class
net.tomp2p.futures.FutureTracker

Packages that use FutureTracker
net.tomp2p.futures   
net.tomp2p.p2p   
net.tomp2p.p2p.config   
 

Uses of FutureTracker in net.tomp2p.futures
 

Methods in net.tomp2p.futures with parameters of type FutureTracker
 void FutureTracker.repeated(FutureTracker futureDHT)
           
 

Method parameters in net.tomp2p.futures with type arguments of type FutureTracker
 void FutureTracker.setFutureCreate(FutureCreate<FutureTracker> futureCreate)
           
 

Uses of FutureTracker in net.tomp2p.p2p
 

Methods in net.tomp2p.p2p that return FutureTracker
 FutureTracker Peer.addToTracker(Number160 locationKey, ConfigurationTrackerStore config)
           
 FutureTracker DistributedTracker.addToTracker(Number160 locationKey, Number160 domainKey, Data attachement, RoutingConfiguration routingConfiguration, TrackerConfiguration trackerConfiguration, boolean signMessage, FutureCreate<FutureTracker> futureCreate)
           
 FutureTracker Peer.getFromTracker(Number160 locationKey, ConfigurationTrackerGet config)
           
 FutureTracker DistributedTracker.getFromTracker(Number160 locationKey, Number160 domainKey, RoutingConfiguration routingConfiguration, TrackerConfiguration trackerConfiguration, boolean expectAttachement, EvaluatingSchemeTracker evaluatingScheme, boolean signMessage)
           
 

Method parameters in net.tomp2p.p2p with type arguments of type FutureTracker
 FutureTracker DistributedTracker.addToTracker(Number160 locationKey, Number160 domainKey, Data attachement, RoutingConfiguration routingConfiguration, TrackerConfiguration trackerConfiguration, boolean signMessage, FutureCreate<FutureTracker> futureCreate)
           
 

Uses of FutureTracker in net.tomp2p.p2p.config
 

Methods in net.tomp2p.p2p.config that return types with arguments of type FutureTracker
 FutureCreate<FutureTracker> ConfigurationTrackerStore.getFutureCreate()
           
 

Method parameters in net.tomp2p.p2p.config with type arguments of type FutureTracker
 ConfigurationTrackerStore ConfigurationTrackerStore.setFutureCreate(FutureCreate<FutureTracker> futureCreate)
           
 



Copyright © 2011. All Rights Reserved.