public class JahiaPingData
extends org.jgroups.protocols.PingData
| Constructor and Description |
|---|
JahiaPingData()
Initializes an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHazelcastAddress()
Returns the host address (in form of
<address>:<port>) which is used for Hazelcast communication. |
int |
hashCode() |
void |
readFrom(DataInput instream) |
void |
writeTo(DataOutput outstream) |
public String getHazelcastAddress()
<address>:<port>) which is used for Hazelcast communication.<address>:<port>) which is used for Hazelcast communicationpublic void readFrom(DataInput instream) throws Exception
readFrom in interface org.jgroups.util.StreamablereadFrom in class org.jgroups.protocols.PingDataExceptionpublic void writeTo(DataOutput outstream) throws Exception
writeTo in interface org.jgroups.util.StreamablewriteTo in class org.jgroups.protocols.PingDataExceptionpublic boolean equals(Object o)
equals in class org.jgroups.protocols.PingDatapublic int hashCode()
hashCode in class org.jgroups.protocols.PingDataCopyright © 2004–2021 Jahia Solutions Group SA. All rights reserved.