| Package | Description |
|---|---|
| peersim.symphony |
| Modifier and Type | Method and Description |
|---|---|
peersim.core.Node |
SymphonyProtocol.findClosestNode(double identifierToRoute,
java.lang.Iterable<peersim.core.Node> container,
boolean clockwise)
Individuates effectively the next candidate for the routing.
|
peersim.core.Node |
SymphonyProtocol.getCandidateForBidirectionalRoute(double identifierToRoute)
Method to individuate the next node that as to be contacted through Bidirectional Routing
mode
|
peersim.core.Node |
SymphonyProtocol.getCandidateForRouting(double identifierToRoute)
Method to identify the next node that has to be contacted.
|
peersim.core.Node |
SymphonyProtocol.getCandidateForUnidirectionalRoute(double identifierToRoute)
Method to individuate the next node that as to be contacted through Unidirectional Routing
mode
|
void |
SymphonyNetworkManager.join(peersim.core.Node node,
peersim.core.Node bootstrapNode) |
void |
SymphonyProtocol.route(peersim.core.Node src,
double key,
Handler handler) |