Uses of Class
net.tomp2p.futures.FutureRouting

Packages that use FutureRouting
net.tomp2p.futures   
net.tomp2p.p2p   
 

Uses of FutureRouting in net.tomp2p.futures
 

Methods in net.tomp2p.futures that return FutureRouting
 FutureRouting FutureDHT.getFutureRouting()
          Returns the future object that was used for the routing.
 

Constructors in net.tomp2p.futures with parameters of type FutureRouting
FutureDHT(int min, EvaluatingSchemeDHT evaluationScheme, FutureCreate<FutureDHT> futureCreate, FutureRouting futureRouting)
           
 

Uses of FutureRouting in net.tomp2p.p2p
 

Methods in net.tomp2p.p2p that return FutureRouting
 FutureRouting DistributedRouting.bootstrap(Collection<PeerAddress> peerAddresses, int maxNoNewInfo, int maxFailures, int maxSuccess, int parallel, boolean forceSocket, ChannelCreator cc)
          Bootstraps to the given remoteNode, i.e.
 FutureRouting DistributedRouting.route(Number160 locationKey, Number160 domainKey, Collection<Number160> contentKeys, Message.Command command, int maxDirectHits, int maxNoNewInfo, int maxFailures, int maxSuccess, int parallel, boolean isDigest, boolean forceSocket, ChannelCreator cc)
           
 FutureRouting DistributedRouting.route(Number160 locationKey, Number160 domainKey, Collection<Number160> contentKeys, Message.Command command, int maxDirectHits, int maxNoNewInfo, int maxFailures, int maxSuccess, int parallel, boolean isDigest, ChannelCreator cc)
          Deprecated. 
 



Copyright © 2011. All Rights Reserved.