|
Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--rice.p2p.past.messaging.PastMessage
|
+--rice.p2p.past.messaging.ContinuationMessage
|
+--rice.p2p.past.messaging.LookupHandlesMessage
| Nested Class Summary |
| Nested classes inherited from class rice.Continuation |
Continuation.ExternalContinuation, Continuation.ListenerContinuation, Continuation.StandardContinuation |
| Field Summary |
| Fields inherited from class rice.p2p.past.messaging.ContinuationMessage |
exception, response |
| Fields inherited from class rice.p2p.past.messaging.PastMessage |
dest, id, isResponse, source |
| Constructor Summary | |
LookupHandlesMessage(int uid,
rice.p2p.commonapi.Id id,
int max,
rice.p2p.commonapi.NodeHandle source,
rice.p2p.commonapi.Id dest)
Constructor |
|
| Method Summary | |
rice.p2p.commonapi.Id |
getId()
Method which returns the id |
int |
getMax()
Method which returns the number of replicas |
java.lang.String |
toString()
Returns a string representation of this message |
| Methods inherited from class rice.p2p.past.messaging.ContinuationMessage |
getResponse, receiveException, receiveResult, returnResponse |
| Methods inherited from class rice.p2p.past.messaging.PastMessage |
addHop, getDestination, getSource, getUID, isResponse, setResponse |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LookupHandlesMessage(int uid,
rice.p2p.commonapi.Id id,
int max,
rice.p2p.commonapi.NodeHandle source,
rice.p2p.commonapi.Id dest)
uid - The unique idid - The location to be storedmax - The number of replicassource - The source addressdest - The destination address| Method Detail |
public rice.p2p.commonapi.Id getId()
public int getMax()
public java.lang.String toString()
toString in class java.lang.Object
|
Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||