ePOST API

Uses of Interface
rice.pastry.direct.NetworkSimulator

Packages that use NetworkSimulator
rice.p2p.commonapi.testing   
rice.p2p.multiring.testing   
rice.pastry.direct   
 

Uses of NetworkSimulator in rice.p2p.commonapi.testing
 

Fields in rice.p2p.commonapi.testing declared as NetworkSimulator
protected  NetworkSimulator CommonAPITest.simulator
           
 

Uses of NetworkSimulator in rice.p2p.multiring.testing
 

Fields in rice.p2p.multiring.testing declared as NetworkSimulator
protected  NetworkSimulator MultiringRegrTest.simulator
           
 

Uses of NetworkSimulator in rice.pastry.direct
 

Classes in rice.pastry.direct that implement NetworkSimulator
 class BasicNetworkSimulator
           
 class EuclideanNetwork
          Euclidean network topology and idealized node life.
 class GenericNetwork
           
 class SphereNetwork
          Sphere network topology and idealized node life.
 

Fields in rice.pastry.direct declared as NetworkSimulator
 NetworkSimulator DirectNodeHandle.simulator
           
 

Methods in rice.pastry.direct that return NetworkSimulator
 NetworkSimulator DirectPastryNodeFactory.getNetworkSimulator()
          Getter for the NetworkSimulator.
 NetworkSimulator DirectNodeHandle.getSimulator()
          Gets the Simulator attribute of the DirectNodeHandle object
 

Constructors in rice.pastry.direct with parameters of type NetworkSimulator
DirectPastryNode(NodeId id, NetworkSimulator sim, Environment e, NodeRecord nr)
           
DirectPastryNodeFactory(NodeIdFactory nf, NetworkSimulator sim, Environment env)
          Main constructor.
DirectSecurityManager(NetworkSimulator ns)
          Constructor.
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.