|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.pastry.direct.BasicNetworkSimulator rice.pastry.direct.SphereNetwork
public class SphereNetwork
Sphere network topology and idealized node life. Emulates a network of nodes that are randomly placed on a sphere. Proximity is based on euclidean distance on the sphere.
Field Summary |
---|
Fields inherited from class rice.pastry.direct.BasicNetworkSimulator |
---|
logger, manager, MIN_DELAY, random, taskQueue |
Constructor Summary | |
---|---|
SphereNetwork(Environment env)
Constructor. |
Method Summary | |
---|---|
NodeRecord |
generateNodeRecord()
Generates a random node record |
Methods inherited from class rice.pastry.direct.BasicNetworkSimulator |
---|
deliverMessage, deliverMessage, deliverMessage, deliverMessageFixedRate, destroy, getClosest, getEnvironment, getTestRecord, isAlive, proximity, registerNode, removeNode, setTestRecord, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SphereNetwork(Environment env)
Method Detail |
---|
public NodeRecord generateNodeRecord()
NetworkSimulator
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |