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 NetworkSimulator.getClosest(DirectNodeHandle nh)
          Returns the closest Node in proximity.
 DirectNodeHandle NetworkSimulatorImpl.getClosest(DirectNodeHandle nh)
           
 

Methods in rice.pastry.direct with parameters of type DirectNodeHandle
 DirectNodeHandle NetworkSimulator.getClosest(DirectNodeHandle nh)
          Returns the closest Node in proximity.
 DirectNodeHandle NetworkSimulatorImpl.getClosest(DirectNodeHandle nh)
           
 NodeRecord BasicNetworkSimulator.getNodeRecord(DirectNodeHandle handle)
           
 NodeRecord NetworkSimulator.getNodeRecord(DirectNodeHandle handle)
           
 NodeRecord NetworkSimulatorImpl.getNodeRecord(DirectNodeHandle handle)
           
 boolean NetworkSimulator.isAlive(DirectNodeHandle nh)
          Checks to see if a node id is alive.
 boolean NetworkSimulatorImpl.isAlive(DirectNodeHandle nh)
           
 float NetworkSimulator.networkDelay(DirectNodeHandle a, DirectNodeHandle b)
          Determines delivery time from a to b.
 float NetworkSimulatorImpl.networkDelay(DirectNodeHandle a, DirectNodeHandle b)
           
 float NetworkSimulator.proximity(DirectNodeHandle a, DirectNodeHandle b)
          Determines rtt between two nodes.
 float NetworkSimulatorImpl.proximity(DirectNodeHandle a, DirectNodeHandle b)
           
 

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