GossipDigest

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(GossipMember endpoint, long heartbeatTime, long _version)
Undocumented in source.

Members

Aliases

opCmp
alias opCmp = Object.opCmp
Undocumented in source.

Functions

compareTo
int compareTo(GossipDigest o)
Undocumented in source. Be warned that the author may not have intended to support it.
encode
JSONValue encode()
Undocumented in source. Be warned that the author may not have intended to support it.
getEndpoint
InetSocketAddress getEndpoint()
Undocumented in source. Be warned that the author may not have intended to support it.
getHeartbeatTime
long getHeartbeatTime()
Undocumented in source. Be warned that the author may not have intended to support it.
getId
string getId()
Undocumented in source. Be warned that the author may not have intended to support it.
getVersion
long getVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(GossipDigest o)
Undocumented in source. Be warned that the author may not have intended to support it.
setEndpoint
void setEndpoint(InetSocketAddress endpoint)
Undocumented in source. Be warned that the author may not have intended to support it.
setHeartbeatTime
void setHeartbeatTime(long heartbeatTime)
Undocumented in source. Be warned that the author may not have intended to support it.
setId
void setId(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
setVersion
void setVersion(long _version)
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
GossipDigest decode(JSONValue data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta