| 
Rice Pastry API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use NodeIdFactory | |
| rice.p2p.commonapi.testing | |
| rice.pastry.direct | |
| rice.pastry.dist | |
| rice.pastry.socket | |
| rice.pastry.standard | |
| rice.pastry.testing | |
| Uses of NodeIdFactory in rice.p2p.commonapi.testing | 
| Fields in rice.p2p.commonapi.testing declared as NodeIdFactory | |
protected  NodeIdFactory | 
CommonAPITest.idFactory
DESCRIBE THE FIELD  | 
| Uses of NodeIdFactory in rice.pastry.direct | 
| Constructors in rice.pastry.direct with parameters of type NodeIdFactory | |
DirectPastryNodeFactory(NodeIdFactory nf,
                        NetworkSimulator sim)
Constructor for DirectPastryNodeFactory.  | 
|
| Uses of NodeIdFactory in rice.pastry.dist | 
| Methods in rice.pastry.dist with parameters of type NodeIdFactory | |
static DistPastryNodeFactory | 
DistPastryNodeFactory.getFactory(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.socket | 
| Constructors in rice.pastry.socket with parameters of type NodeIdFactory | |
SocketPastryNodeFactory(NodeIdFactory nf,
                        int startPort)
Constructor.  | 
|
| Uses of NodeIdFactory in rice.pastry.standard | 
| Classes in rice.pastry.standard that implement NodeIdFactory | |
 class | 
CertifiedNodeIdFactory
Builds nodeIds in a certified manner, guaranteeing that a given node will always have the same nodeId.  | 
 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  NodeIdFactory | 
LeafSetTest.factory
DESCRIBE THE FIELD  | 
  | 
Rice Pastry API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||