|
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
public class DirectPastryNodeFactory
Pastry node factory for direct connections between nodes (local instances).
| Field Summary |
|---|
| Fields inherited from class rice.pastry.PastryNodeFactory |
|---|
environment, logger, lSetSize, pingCache, rtBase, rtMax |
| Constructor Summary | |
|---|---|
DirectPastryNodeFactory(NodeIdFactory nf,
NetworkSimulator sim,
Environment env)
Main constructor. |
|
| Method Summary | |
|---|---|
LeafSet |
getLeafSet(NodeHandle handle)
This method returns the remote leafset of the provided handle to the caller, in a protocol-dependent fashion. |
CancellableTask |
getLeafSet(NodeHandle handle,
Continuation c)
Non-blocking version. |
NetworkSimulator |
getNetworkSimulator()
Getter for the NetworkSimulator. |
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. |
CancellableTask |
getRouteRow(NodeHandle handle,
int row,
Continuation c)
Non-blocking version. |
PastryNode |
newNode(NodeHandle bootstrap)
Manufacture a new Pastry node. |
PastryNode |
newNode(NodeHandle bootstrap,
Id nodeId)
Manufacture a new Pastry node. |
| Methods inherited from class rice.pastry.PastryNodeFactory |
|---|
getEnvironment, getNearest, proximity, sortedProximityCache |
| 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,
Environment env)
nf - the NodeIdFactorysim - the NetworkSimulatore - the Enviornment| Method Detail |
|---|
public NetworkSimulator getNetworkSimulator()
public PastryNode newNode(NodeHandle bootstrap)
newNode in class PastryNodeFactorybootstrap - The node handle to bootstrap off of
public PastryNode newNode(NodeHandle bootstrap,
Id nodeId)
newNode in class PastryNodeFactorybootstrap - The node handle to bootstrap off ofnodeId - The nodeId of the new node
public LeafSet getLeafSet(NodeHandle handle)
throws java.io.IOException
getLeafSet in class PastryNodeFactoryhandle - The node to connect to
java.io.IOException
public CancellableTask getLeafSet(NodeHandle handle,
Continuation c)
PastryNodeFactory
getLeafSet in class PastryNodeFactory
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
public CancellableTask getRouteRow(NodeHandle handle,
int row,
Continuation c)
PastryNodeFactory
getRouteRow in class PastryNodeFactory
public int getProximity(NodeHandle local,
NodeHandle remote)
getProximity in class PastryNodeFactoryhandle - The handle to determine the proximity of
|
Rice Pastry API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||