Rice Pastry API

Uses of Interface
rice.pastry.NodeIdFactory

Packages that use NodeIdFactory
rice.p2p.commonapi.testing   
rice.pastry.direct   
rice.pastry.dist   
rice.pastry.multiring   
rice.pastry.rmi   
rice.pastry.standard   
rice.pastry.testing   
rice.pastry.wire   
 

Uses of NodeIdFactory in rice.p2p.commonapi.testing
 

Fields in rice.p2p.commonapi.testing declared as NodeIdFactory
protected  rice.pastry.NodeIdFactory CommonAPITest.idFactory
           
 

Uses of NodeIdFactory in rice.pastry.direct
 

Constructors in rice.pastry.direct with parameters of type NodeIdFactory
DirectPastryNodeFactory(rice.pastry.NodeIdFactory nf, rice.pastry.direct.NetworkSimulator sim)
           
 

Uses of NodeIdFactory in rice.pastry.dist
 

Methods in rice.pastry.dist with parameters of type NodeIdFactory
static rice.pastry.dist.DistPastryNodeFactory DistPastryNodeFactory.getFactory(rice.pastry.NodeIdFactory nf, int protocol, int port)
          Static method which is designed to be used by clients needing a distrubuted pastry node factory.
 

Uses of NodeIdFactory in rice.pastry.multiring
 

Classes in rice.pastry.multiring that implement NodeIdFactory
 class RandomRingNodeIdFactory
          Constructs random ring node ids by SHA'ing consecutive numbers, with random starting value.
 

Uses of NodeIdFactory in rice.pastry.rmi
 

Constructors in rice.pastry.rmi with parameters of type NodeIdFactory
RMIPastryNodeFactory(rice.pastry.NodeIdFactory nf, int p)
          Constructor.
 

Uses of NodeIdFactory in rice.pastry.standard
 

Classes in rice.pastry.standard that implement NodeIdFactory
 class IPNodeIdFactory
          Constructs NodeIds for virtual nodes derived from the IP address and port number of this Java VM.
 class RandomNodeIdFactory
          Constructs random node ids by SHA'ing consecutive numbers, with random starting value.
 

Uses of NodeIdFactory in rice.pastry.testing
 

Fields in rice.pastry.testing declared as NodeIdFactory
protected  rice.pastry.NodeIdFactory LeafSetTest.factory
           
 

Uses of NodeIdFactory in rice.pastry.wire
 

Constructors in rice.pastry.wire with parameters of type NodeIdFactory
WirePastryNodeFactory(rice.pastry.NodeIdFactory nf, int startPort)
          Constructor.
 


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection