Rice Pastry API

Uses of Class
rice.pastry.direct.DirectNodeHandle

Packages that use DirectNodeHandle
rice.pastry.direct   
rice.pastry.testing   
 

Uses of DirectNodeHandle in rice.pastry.direct
 

Methods in rice.pastry.direct that return DirectNodeHandle
 DirectNodeHandle GeometricNetworkSimulator.getClosest(DirectNodeHandle nh)
          find the closest NodeId to an input NodeId out of all NodeIds in the network
 DirectNodeHandle NetworkSimulator.getClosest(DirectNodeHandle nh)
          Returns the closest Node in proximity.
 

Methods in rice.pastry.direct with parameters of type DirectNodeHandle
 boolean GeometricNetworkSimulator.isAlive(DirectNodeHandle nh)
          testing if a NodeId is alive
 DirectNodeHandle GeometricNetworkSimulator.getClosest(DirectNodeHandle nh)
          find the closest NodeId to an input NodeId out of all NodeIds in the network
 int GeometricNetworkSimulator.proximity(DirectNodeHandle a, DirectNodeHandle b)
          computes the proximity between two NodeIds
 boolean NetworkSimulator.isAlive(DirectNodeHandle nh)
          Checks to see if a node id is alive.
 int NetworkSimulator.proximity(DirectNodeHandle a, DirectNodeHandle b)
          Determines proximity between two nodes.
 DirectNodeHandle NetworkSimulator.getClosest(DirectNodeHandle nh)
          Returns the closest Node in proximity.
 

Uses of DirectNodeHandle in rice.pastry.testing
 

Methods in rice.pastry.testing with parameters of type DirectNodeHandle
protected  void ClosestRegrTest.test(int i, DirectNodeHandle handle)
          starts the testing process
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection