|
Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectrice.pastry.PastryNodeFactory
rice.pastry.direct.DirectPastryNodeFactory
Pastry node factory for direct connections between nodes (local instances).
| Constructor Summary | |
DirectPastryNodeFactory(NodeIdFactory nf,
NetworkSimulator sim)
Constructor for DirectPastryNodeFactory. |
|
| Method Summary | |
LeafSet |
getLeafSet(NodeHandle handle)
This method returns the remote leafset of the provided handle to the caller, in a protocol-dependent fashion. |
NetworkSimulator |
getNetworkSimulator()
Gets the NetworkSimulator attribute of the DirectPastryNodeFactory object |
int |
getProximity(NodeHandle local,
NodeHandle remote)
This method determines and returns the proximity of the current local node the provided NodeHandle. |
RouteSet[] |
getRouteRow(NodeHandle handle,
int row)
This method returns the remote route row of the provided handle to the caller, in a protocol-dependent fashion. |
PastryNode |
newNode(NodeHandle bootstrap)
Manufacture a new Pastry node. |
PastryNode |
newNode(NodeHandle bootstrap,
NodeId nodeId)
Manufacture a new Pastry node. |
| Methods inherited from class rice.pastry.PastryNodeFactory |
getNearest |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DirectPastryNodeFactory(NodeIdFactory nf,
NetworkSimulator sim)
nf - DESCRIBE THE PARAMETERsim - DESCRIBE THE PARAMETER| Method Detail |
public NetworkSimulator getNetworkSimulator()
public LeafSet getLeafSet(NodeHandle handle)
throws java.io.IOException
getLeafSet in class PastryNodeFactoryhandle - The node to connect to
java.io.IOException - DESCRIBE THE EXCEPTION
public RouteSet[] getRouteRow(NodeHandle handle,
int row)
throws java.io.IOException
getRouteRow in class PastryNodeFactoryhandle - The node to connect torow - The row number to retrieve
java.io.IOException - DESCRIBE THE EXCEPTION
public int getProximity(NodeHandle local,
NodeHandle remote)
getProximity in class PastryNodeFactorylocal - DESCRIBE THE PARAMETERremote - DESCRIBE THE PARAMETER
public PastryNode newNode(NodeHandle bootstrap)
newNode in class PastryNodeFactorybootstrap - DESCRIBE THE PARAMETER
public PastryNode newNode(NodeHandle bootstrap,
NodeId nodeId)
newNode in class PastryNodeFactorybootstrap - DESCRIBE THE PARAMETERnodeId - DESCRIBE THE PARAMETER
|
Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||