ePOST API

Uses of Class
rice.p2p.multiring.MultiringNode

Packages that use MultiringNode
rice.p2p.multiring   
rice.p2p.multiring.testing   
 

Uses of MultiringNode in rice.p2p.multiring
 

Fields in rice.p2p.multiring declared as MultiringNode
protected  MultiringNode MultiringEndpoint.node
          The multiring node supporting this endpoint
 

Methods in rice.p2p.multiring with parameters of type MultiringNode
 void MultiringNodeCollection.addNode(MultiringNode node)
          This method allows other nodes to be dynamically added to the node collection.
protected  void MultiringNodeCollection.broadcastNewNode(MultiringNode node)
          This method informs all of the existing nodes of the newly added node, and informs the newly added node of all of the existing nodes.
 

Constructors in rice.p2p.multiring with parameters of type MultiringNode
MultiringEndpoint(MultiringNode node, Endpoint endpoint, Application application)
          Constructor
MultiringNode(Id ringId, Node node, MultiringNode existing)
          Constructor
MultiringNodeCollection(MultiringNode node, int BASE)
          Constructor
 

Uses of MultiringNode in rice.p2p.multiring.testing
 

Fields in rice.p2p.multiring.testing declared as MultiringNode
protected  MultiringNode[] MultiringRegrTest.globalNodes
           
protected  MultiringNode[][] MultiringRegrTest.organizationalNodes
           
 

Methods in rice.p2p.multiring.testing that return MultiringNode
protected  MultiringNode MultiringRegrTest.createNode(Id ringId, MultiringNode bootstrap)
          Method which creates a single node, given it's node number
protected  MultiringNode MultiringRegrTest.createNode(MultiringNode existing, Id ringId, MultiringNode bootstrap)
          Method which creates a single node, given it's node number
 

Methods in rice.p2p.multiring.testing with parameters of type MultiringNode
protected  MultiringNode MultiringRegrTest.createNode(Id ringId, MultiringNode bootstrap)
          Method which creates a single node, given it's node number
protected  MultiringNode MultiringRegrTest.createNode(MultiringNode existing, Id ringId, MultiringNode bootstrap)
          Method which creates a single node, given it's node number
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.