|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.pastry.messaging.Message rice.pastry.join.JoinRequest
public class JoinRequest
Request to join this network.
Field Summary |
---|
Fields inherited from class rice.pastry.messaging.Message |
---|
DEFAULT_PRIORITY_LEVEL |
Constructor Summary | |
---|---|
JoinRequest(NodeHandle nh,
Credentials cred,
java.util.Date stamp,
int rtBase)
Constructor. |
|
JoinRequest(NodeHandle nh,
Credentials cred,
int rtBase)
Constructor. |
|
JoinRequest(NodeHandle nh,
java.util.Date stamp,
int rtBase)
Constructor. |
|
JoinRequest(NodeHandle nh,
int rtBase)
Constructor. |
Method Summary | |
---|---|
boolean |
accepted()
Returns true if the request was accepted, false if it hasn't yet. |
void |
acceptJoin(NodeHandle nh,
LeafSet ls)
Accept join request. |
NodeHandle |
getHandle()
Gets the handle of the node trying to join. |
NodeHandle |
getJoinHandle()
Gets the handle of the node that accepted the join request; |
LeafSet |
getLeafSet()
Gets the leafset of the node that accepted the join request; |
RouteSet[] |
getRow(int i)
Get row. |
int |
lastRow()
Returns the number of rows left to determine (in order). |
int |
numRows()
Get the number of rows. |
void |
pushRow(RouteSet[] row)
Push row. |
java.lang.String |
toString()
|
Methods inherited from class rice.pastry.messaging.Message |
---|
getCredentials, getDate, getDestination, getPriority, getSender, getSenderId, setPriority, setSender, stamp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JoinRequest(NodeHandle nh, int rtBase)
nh
- a handle of the node trying to join the network.public JoinRequest(NodeHandle nh, java.util.Date stamp, int rtBase)
nh
- a handle of the node trying to join the network.stamp
- the timestamppublic JoinRequest(NodeHandle nh, Credentials cred, int rtBase)
nh
- a handle of the node trying to join the network.cred
- the credentialspublic JoinRequest(NodeHandle nh, Credentials cred, java.util.Date stamp, int rtBase)
nh
- a handle of the node trying to join the network.cred
- the credentialsstamp
- the timestampMethod Detail |
---|
public NodeHandle getHandle()
public NodeHandle getJoinHandle()
public LeafSet getLeafSet()
public boolean accepted()
public void acceptJoin(NodeHandle nh, LeafSet ls)
nh
- the node handle that accepts the join request.public int lastRow()
public void pushRow(RouteSet[] row)
row
- the row to push.public RouteSet[] getRow(int i)
i
- the row to get.
public int numRows()
public java.lang.String toString()
toString
in class java.lang.Object
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |