GossipMember

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string cluster, string ipAddress, Integer port, string id, GossipState state)
Undocumented in source.

Members

Functions

eigenvalue
string eigenvalue()
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.
getCluster
string getCluster()
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.
getIpAddress
string getIpAddress()
Undocumented in source. Be warned that the author may not have intended to support it.
getPort
Integer getPort()
Undocumented in source. Be warned that the author may not have intended to support it.
getState
GossipState getState()
Undocumented in source. Be warned that the author may not have intended to support it.
ipAndPort
string ipAndPort()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
setCluster
void setCluster(string cluster)
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.
setIpAddress
void setIpAddress(string ipAddress)
Undocumented in source. Be warned that the author may not have intended to support it.
setPort
void setPort(Integer port)
Undocumented in source. Be warned that the author may not have intended to support it.
setState
void setState(GossipState state)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
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
GossipMember decode(JSONValue data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta