|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrice.p2p.replication.messaging.ReplicationMessage
rice.p2p.replication.messaging.RequestMessage
| Field Summary | |
protected Id[] |
hashes
|
protected IdRange[] |
ranges
|
| Fields inherited from class rice.p2p.replication.messaging.ReplicationMessage |
source |
| Constructor Summary | |
RequestMessage(NodeHandle source,
IdRange[] ranges,
Id[] hashes)
Constructor which takes a unique integer Id |
|
| Method Summary | |
Id[] |
getHashes()
Method which returns this messages' hashes |
IdRange[] |
getRanges()
Method which returns this messages' ranges |
| Methods inherited from class rice.p2p.replication.messaging.ReplicationMessage |
getSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected IdRange[] ranges
protected Id[] hashes
| Constructor Detail |
public RequestMessage(NodeHandle source,
IdRange[] ranges,
Id[] hashes)
source - The source address| Method Detail |
public IdRange[] getRanges()
public Id[] getHashes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||