AckMessage

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(List!(GossipDigest) olders, Map!(GossipMember, HeartbeatState) newers)
Undocumented in source.

Members

Functions

encode
JSONValue encode()
Undocumented in source. Be warned that the author may not have intended to support it.
getNewers
Map!(GossipMember, HeartbeatState) getNewers()
Undocumented in source. Be warned that the author may not have intended to support it.
getOlders
List!(GossipDigest) getOlders()
Undocumented in source. Be warned that the author may not have intended to support it.
setNewers
void setNewers(Map!(GossipMember, HeartbeatState) newers)
Undocumented in source. Be warned that the author may not have intended to support it.
setOlders
void setOlders(List!(GossipDigest) olders)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

decode
AckMessage decode(JSONValue data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta