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.
|
Modifier and Type | Method and Description |
---|---|
void |
FutureDHT.setFutureRouting(FutureRouting futureRouting)
Sets the future object that was used for the routing.
|
Modifier and Type | Method and Description |
---|---|
FutureRouting |
DistributedRouting.route(Number160 locationKey,
Number160 domainKey,
Collection<Number160> contentKeys,
Message.Type type,
int maxDirectHits,
int maxNoNewInfo,
int maxFailures,
int maxSuccess,
int parallel,
boolean forceTCP,
ChannelCreator cc)
Looks for a route to the given locationKey
|
Modifier and Type | Method and Description |
---|---|
FutureWrapper<FutureRouting> |
DistributedRouting.bootstrap(Collection<PeerAddress> peerAddresses,
int maxNoNewInfo,
int maxFailures,
int maxSuccess,
int parallel,
boolean forceTCP,
boolean isForceRoutingOnlyToSelf,
ChannelCreator cc)
Bootstraps to the given peerAddresses, i.e.
|
Copyright © 2013. All Rights Reserved.