|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--ostore.network.NetworkMessage
|
+--demo.repair.RepairDirectoryTest.Response
Response is the roots response to a
LocateMsg.
| Field Summary |
|---|
| Fields inherited from class ostore.network.NetworkMessage |
|---|
comp_q, est_rtt_ms, inbound, peer, sender, tries, user_data, wait_ms |
| Constructor Summary | |
|---|---|
RepairDirectoryTest.Response(InputBuffer buffer)
Construct according to the given fields. |
|
RepairDirectoryTest.Response(NodeId peer,
int hopcount,
long time,
SecureHash guid,
SecureHash root_guid,
QuickSerializable object)
Construct according to the given fields. |
|
| Method Summary | |
|---|---|
Object |
clone()
Specified by java.lang.Object |
void |
serialize(OutputBuffer buffer)
Specified by ostore.util.QuickSerializable |
String |
toString()
Specified by java.lang.Object |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public RepairDirectoryTest.Response(NodeId peer,
int hopcount,
long time,
SecureHash guid,
SecureHash root_guid,
QuickSerializable object)
public RepairDirectoryTest.Response(InputBuffer buffer)
throws QSException
| Method Detail |
public void serialize(OutputBuffer buffer)
serialize in interface QuickSerializableserialize in class NetworkMessage
public Object clone()
throws CloneNotSupportedException
clone in class NetworkMessageCloneNotSupportedExceptionpublic String toString()
toString in class NetworkMessage
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||