|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetworkSimulator | |
---|---|
org.mpisws.p2p.transport.direct | |
rice.p2p.commonapi.testing | |
rice.p2p.multiring.testing | |
rice.pastry.direct |
Uses of NetworkSimulator in org.mpisws.p2p.transport.direct |
---|
Constructors in org.mpisws.p2p.transport.direct with parameters of type NetworkSimulator | |
---|---|
DirectTransportLayer(Identifier local,
NetworkSimulator<Identifier,MessageType> simulator,
NodeRecord nr,
Environment env)
|
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 |
EuclideanNetwork<Identifier,MessageType>
Euclidean network topology and idealized node life. |
class |
GenericNetwork<Identifier,MessageType>
|
class |
NetworkSimulatorImpl<Identifier,MessageType>
|
class |
SphereNetwork<Identifier,MessageType>
Sphere network topology and idealized node life. |
Fields in rice.pastry.direct declared as NetworkSimulator | |
---|---|
NetworkSimulator |
DirectNodeHandle.simulator
|
protected NetworkSimulator |
DirectPastryNodeFactory.simulator
|
Methods in rice.pastry.direct that return NetworkSimulator | |
---|---|
NetworkSimulator<DirectNodeHandle,RawMessage> |
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 | |
---|---|
BasicNetworkSimulator(Environment env,
RandomSource random,
NetworkSimulator<Identifier,MessageType> sim)
|
|
DirectNodeHandle(PastryNode ln,
NetworkSimulator sim)
Constructor for DirectNodeHandle. |
|
DirectPastryNodeFactory(NodeIdFactory nf,
NetworkSimulator<DirectNodeHandle,RawMessage> sim,
Environment env)
Main constructor. |
|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |