Rice Pastry API

rice.pastry.direct
Class SphereNetwork

java.lang.Object
  extended byrice.pastry.direct.BasicNetworkSimulator
      extended byrice.pastry.direct.SphereNetwork
All Implemented Interfaces:
NetworkSimulator

public class SphereNetwork
extends BasicNetworkSimulator

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.

Version:
$Id: SphereNetwork.java 2919 2006-01-16 12:54:15Z jeffh $
Author:
Y. Charlie Hu, Rongmei Zhang

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()
          DESCRIBE THE METHOD
 
Methods inherited from class rice.pastry.direct.BasicNetworkSimulator
deliverMessage, deliverMessage, deliverMessage, deliverMessageFixedRate, destroy, enqueueDelivery, 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

SphereNetwork

public SphereNetwork(Environment env)
Constructor.

Parameters:
env - DESCRIBE THE PARAMETER
Method Detail

generateNodeRecord

public NodeRecord generateNodeRecord()
DESCRIBE THE METHOD

Returns:
DESCRIBE THE RETURN VALUE

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection