ePOST 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 BasicNetworkSimulator.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
 DirectNodeHandle BasicNetworkSimulator.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.
 boolean BasicNetworkSimulator.isAlive(DirectNodeHandle nh)
          testing if a NodeId is alive
 boolean NetworkSimulator.isAlive(DirectNodeHandle nh)
          Checks to see if a node id is alive.
 int BasicNetworkSimulator.proximity(DirectNodeHandle a, DirectNodeHandle b)
          computes the proximity between two NodeIds
 int NetworkSimulator.proximity(DirectNodeHandle a, DirectNodeHandle b)
          Determines proximity between two nodes.
 

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
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.