|
||||||||||
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)
|
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()
|
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)
Method Detail |
public NetworkSimulator getNetworkSimulator()
public PastryNode newNode(NodeHandle bootstrap)
newNode
in class PastryNodeFactory
bootstrap
- The node handle to bootstrap off of
public PastryNode newNode(NodeHandle bootstrap, NodeId nodeId)
newNode
in class PastryNodeFactory
bootstrap
- The node handle to bootstrap off ofnodeId
- The nodeId of the new node
public LeafSet getLeafSet(NodeHandle handle)
getLeafSet
in class PastryNodeFactory
handle
- The node to connect to
public RouteSet[] getRouteRow(NodeHandle handle, int row)
getRouteRow
in class PastryNodeFactory
handle
- The node to connect torow
- The row number to retrieve
public int getProximity(NodeHandle local, NodeHandle remote)
getProximity
in class PastryNodeFactory
remote
- The handle to determine the proximity of
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |