Rice Pastry API

Uses of Interface
rice.p2p.commonapi.Node

Packages that use Node
rice.p2p.commonapi.testing   
rice.p2p.past   
rice.p2p.past.testing   
rice.p2p.scribe   
rice.p2p.scribe.testing   
rice.p2p.splitstream   
rice.p2p.splitstream.testing   
rice.past   
rice.pastry   
rice.pastry.direct   
rice.pastry.dist   
rice.pastry.multiring   
rice.pastry.rmi   
rice.pastry.wire   
 

Uses of Node in rice.p2p.commonapi.testing
 

Fields in rice.p2p.commonapi.testing declared as Node
protected  rice.p2p.commonapi.Node[] CommonAPITest.nodes
           
 

Methods in rice.p2p.commonapi.testing that return Node
protected  rice.p2p.commonapi.Node CommonAPITest.createNode(int num)
          Method which creates a single node, given it's node number
 

Methods in rice.p2p.commonapi.testing with parameters of type Node
protected abstract  void CommonAPITest.processNode(int num, rice.p2p.commonapi.Node node)
          Method which should process the given newly-created node
 

Uses of Node in rice.p2p.past
 

Constructors in rice.p2p.past with parameters of type Node
PastImpl(rice.p2p.commonapi.Node node, rice.persistence.StorageManager manager, int replicas, java.lang.String instance)
          Constructor for Past
 

Uses of Node in rice.p2p.past.testing
 

Methods in rice.p2p.past.testing with parameters of type Node
protected  void PastRegrTest.processNode(int num, rice.p2p.commonapi.Node node)
          Method which should process the given newly-created node
 

Uses of Node in rice.p2p.scribe
 

Constructors in rice.p2p.scribe with parameters of type Node
ScribeImpl(rice.p2p.commonapi.Node node, java.lang.String instance)
          Constructor for Scribe, using the default policy.
ScribeImpl(rice.p2p.commonapi.Node node, rice.p2p.scribe.ScribePolicy policy, java.lang.String instance)
          Constructor for Scribe
 

Uses of Node in rice.p2p.scribe.testing
 

Methods in rice.p2p.scribe.testing with parameters of type Node
protected  void ScribeRegrTest.processNode(int num, rice.p2p.commonapi.Node node)
          Method which should process the given newly-created node
 

Uses of Node in rice.p2p.splitstream
 

Fields in rice.p2p.splitstream declared as Node
protected  rice.p2p.commonapi.Node SplitStreamImpl.node
          The node that this application is running on
 

Constructors in rice.p2p.splitstream with parameters of type Node
SplitStreamImpl(rice.p2p.commonapi.Node node, java.lang.String instance)
          The constructor for building the splitStream object which internally creates it's own Scribe.
 

Uses of Node in rice.p2p.splitstream.testing
 

Methods in rice.p2p.splitstream.testing with parameters of type Node
protected  void SplitStreamRegrTest.processNode(int num, rice.p2p.commonapi.Node node)
          Method which should process the given newly-created node
 

Uses of Node in rice.past
 

Constructors in rice.past with parameters of type Node
PASTServiceImpl(rice.p2p.commonapi.Node node, rice.persistence.StorageManager storage, java.lang.String instance)
          Deprecated. Builds a new PASTService to run on the given PastryNode, given a Storage object (to persistedly store objects) and a cache used to cache objects.
 

Uses of Node in rice.pastry
 

Classes in rice.pastry that implement Node
 class PastryNode
          A Pastry node is single entity in the pastry network.
 

Uses of Node in rice.pastry.direct
 

Classes in rice.pastry.direct that implement Node
 class DirectPastryNode
          Direct pastry node.
 

Uses of Node in rice.pastry.dist
 

Classes in rice.pastry.dist that implement Node
 class DistPastryNode
          Class which represents the abstraction of a "real" pastry node.
 

Uses of Node in rice.pastry.multiring
 

Classes in rice.pastry.multiring that implement Node
 class MultiRingPastryNode
          Class which represents a pastry node which is in multiple rings.
 

Uses of Node in rice.pastry.rmi
 

Classes in rice.pastry.rmi that implement Node
 class RMIPastryNode
          An RMI-exported Pastry node.
 

Uses of Node in rice.pastry.wire
 

Classes in rice.pastry.wire that implement Node
 class WirePastryNode
          An Socket-based Pastry node, which has two threads - one thread for performing route set and leaf set maintainance, and another thread for listening on the sockets and performing all non-blocking I/O.
 


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection