ostore.inner
Class UpdateReqMsg
java.lang.Object
|
+--dd.api.DDLocateMsg
|
+--ostore.inner.UpdateReqMsg
- All Implemented Interfaces:
- QueueElementIF, QuickSerializable
- public class UpdateReqMsg
- extends DDLocateMsg
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 |
UpdateReqMsg(InputBuffer buffer)
|
UpdateReqMsg(SignedQS signed_update,
boolean forward,
boolean recursive_route,
boolean one_hop,
byte intermediate_upcall_policy,
byte vc_policy,
bamboo.vivaldi.VirtualCoordinate vc)
|
signed_update
public SignedQS signed_update
UpdateReqMsg
public UpdateReqMsg(SignedQS signed_update,
boolean forward,
boolean recursive_route,
boolean one_hop,
byte intermediate_upcall_policy,
byte vc_policy,
bamboo.vivaldi.VirtualCoordinate vc)
UpdateReqMsg
public UpdateReqMsg(InputBuffer buffer)
throws QSException
update
public final Update update()
serialize
public void serialize(OutputBuffer buffer)
- Description copied from interface:
QuickSerializable
- Add the object to the
buffer
.
- Parameters:
buffer
- the output buffer to add the object to
toString
public String toString()
- Overrides:
toString
in class Object