ostore.agree
Class CommitMsg
java.lang.Object
|
+--dd.api.DDRouteMsg
|
+--dd.api.DDMacRouteMsg
|
+--ostore.agree.CommitMsg
- All Implemented Interfaces:
- QueueElementIF, QuickSerializable
- public class CommitMsg
- extends DDMacRouteMsg
ring_id
public SecureHash ring_id
req_digest
public SecureHash req_digest
timestamp
public QSDate timestamp
view
public long view
seq
public long seq
CommitMsg
public CommitMsg(SecureHash dest,
SecureHash ring_id,
SecureHash req_digest,
QSDate timestamp,
long view,
long seq,
boolean recursive,
boolean dd_intermediate_upcall,
boolean one_hop)
CommitMsg
public CommitMsg(InputBuffer buffer)
throws QSException
serialize
public void serialize(OutputBuffer buffer)
- Description copied from interface:
QuickSerializable
- Add the object to the
buffer
.
- Specified by:
serialize
in interface QuickSerializable
- Overrides:
serialize
in class DDRouteMsg
- Parameters:
buffer
- the output buffer to add the object to
toString
public String toString()
- Overrides:
toString
in class Object