|
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,
Environment env)
Main constructor. |
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,
Environment env)
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,
java.net.InetAddress bindAddress,
int startPort,
Environment env)
Constructor. |
|
SocketPastryNodeFactory(NodeIdFactory nf,
int startPort,
Environment env)
Constructor for SocketPastryNodeFactory. |
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 |