|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--dd.api.DDLocateMsg | +--demo.repair.RepairDHTTest.LocateLocalMsg
Message of type DDLocateMsg
.
Field Summary |
---|
Fields inherited from class dd.api.DDLocateMsg |
---|
forward, guid, hopCount, id, inbound, INTERMEDIATE_NONE, INTERMEDIATE_PTRS_CACHE_ONLY, INTERMEDIATE_PTRS_DISK, INTERMEDIATE_STRING, INTERMEDIATE_UPCALL_ONLY, intermediate_upcall_policy, one_hop, peer, query, query_state, recursive_route, TTL, vc, VC_NONE, vc_policy, VC_ROOT, VC_SRC, VC_STRING, VC_SUPPLIED |
Constructor Summary | |
---|---|
RepairDHTTest.LocateLocalMsg(InputBuffer buffer)
Constructs a LocateMsg from its
serialized form. |
|
RepairDHTTest.LocateLocalMsg(SecureHash guid,
DDQuery query,
DDQueryState query_state,
SecureHash identifier)
Construct according to the given fields. |
Method Summary | |
---|---|
void |
serialize(OutputBuffer buffer)
Specified by ostore.util.QuickSerializable |
String |
toString()
Specified by java.lang.Object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RepairDHTTest.LocateLocalMsg(SecureHash guid, DDQuery query, DDQueryState query_state, SecureHash identifier)
public RepairDHTTest.LocateLocalMsg(InputBuffer buffer) throws QSException
LocateMsg
from its
serialized
form.
buffer
- serialized
form of object.Method Detail |
public void serialize(OutputBuffer buffer)
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |