|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrice.pastry.messaging.Message
rice.pastry.routing.RequestRouteRow
Request a row from the routing table from another node.
Field Summary |
Fields inherited from class rice.pastry.messaging.Message |
DEFAULT_PRIORITY_LEVEL |
Constructor Summary | |
RequestRouteRow(Credentials cred,
java.util.Date stamp,
NodeHandle nh,
int r)
Constructor. |
|
RequestRouteRow(Credentials cred,
NodeHandle nh,
int r)
Constructor. |
|
RequestRouteRow(java.util.Date stamp,
NodeHandle nh,
int r)
Constructor. |
|
RequestRouteRow(NodeHandle nh,
int r)
Constructor. |
Method Summary | |
int |
getRow()
Gets the row that made the request. |
NodeHandle |
returnHandle()
The return handle for the message |
java.lang.String |
toString()
DESCRIBE THE METHOD |
Methods inherited from class rice.pastry.messaging.Message |
getCredentials, getDate, getDestination, getPriority, getSender, getSenderId, getStream, setPriority, setSender, stamp |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RequestRouteRow(NodeHandle nh, int r)
nh
- the return handle.r
- which rowpublic RequestRouteRow(Credentials cred, NodeHandle nh, int r)
cred
- the credentials.nh
- the return handle.r
- which rowpublic RequestRouteRow(java.util.Date stamp, NodeHandle nh, int r)
stamp
- the timestampnh
- the return handler
- which rowpublic RequestRouteRow(Credentials cred, java.util.Date stamp, NodeHandle nh, int r)
cred
- the credentials.stamp
- the timestampnh
- the return handle.r
- which rowMethod Detail |
public int getRow()
public NodeHandle returnHandle()
public java.lang.String toString()
|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |