| Package | Description |
|---|---|
| net.tomp2p.futures | |
| net.tomp2p.p2p |
| Modifier and Type | Method and Description |
|---|---|
FutureRouting |
FutureDHT.getFutureRouting()
Returns the future object that was used for the routing.
|
| Constructor and Description |
|---|
FutureDHT(int min,
EvaluatingSchemeDHT evaluationScheme,
FutureCreate<FutureDHT> futureCreate,
FutureRouting futureRouting) |
| Modifier and Type | Method and Description |
|---|---|
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,
ChannelCreator cc)
Looks for a route to the given locationKey
|
Copyright © 2011. All Rights Reserved.