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

Methods in rice.pastry.direct that return types with arguments of type DirectNodeHandle
 NetworkSimulator<DirectNodeHandle,RawMessage> DirectPastryNodeFactory.getNetworkSimulator()
          Getter for the NetworkSimulator.
 

Methods in rice.pastry.direct with parameters of type DirectNodeHandle
 DirectNodeHandle NetworkSimulatorImpl.getClosest(DirectNodeHandle nh)
           
 DirectNodeHandle NetworkSimulator.getClosest(DirectNodeHandle nh)
          Returns the closest Node in proximity.
 NodeRecord NetworkSimulatorImpl.getNodeRecord(DirectNodeHandle handle)
           
 NodeRecord NetworkSimulator.getNodeRecord(DirectNodeHandle handle)
           
 NodeRecord BasicNetworkSimulator.getNodeRecord(DirectNodeHandle handle)
           
 

Constructor parameters in rice.pastry.direct with type arguments of type DirectNodeHandle
DirectPastryNodeFactory(NodeIdFactory nf, NetworkSimulator<DirectNodeHandle,RawMessage> sim, Environment env)
          Main constructor.
 

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
 



Copyright © 2010. All Rights Reserved.