public class JoinMessage extends Object implements DataSerializable
| Modifier and Type | Field and Description |
|---|---|
protected com.hazelcast.nio.Address |
address |
protected int |
buildNumber |
protected ConfigCheck |
configCheck |
protected int |
memberCount |
protected byte |
packetVersion |
protected String |
uuid |
| Constructor and Description |
|---|
JoinMessage() |
JoinMessage(byte packetVersion,
int buildNumber,
com.hazelcast.nio.Address address,
String uuid,
ConfigCheck configCheck,
int memberCount) |
| Modifier and Type | Method and Description |
|---|---|
com.hazelcast.nio.Address |
getAddress() |
int |
getBuildNumber() |
ConfigCheck |
getConfigCheck() |
int |
getMemberCount() |
byte |
getPacketVersion() |
String |
getUuid() |
void |
readData(com.hazelcast.nio.ObjectDataInput in)
Reads fields from the input stream
|
String |
toString() |
void |
writeData(com.hazelcast.nio.ObjectDataOutput out)
Writes object fields to output stream
|
protected byte packetVersion
protected int buildNumber
protected com.hazelcast.nio.Address address
protected String uuid
protected ConfigCheck configCheck
protected int memberCount
public JoinMessage()
public JoinMessage(byte packetVersion,
int buildNumber,
com.hazelcast.nio.Address address,
String uuid,
ConfigCheck configCheck,
int memberCount)
public byte getPacketVersion()
public int getBuildNumber()
public com.hazelcast.nio.Address getAddress()
public String getUuid()
public ConfigCheck getConfigCheck()
public int getMemberCount()
public void readData(com.hazelcast.nio.ObjectDataInput in)
throws IOException
DataSerializablereadData in interface DataSerializablein - inputIOExceptionpublic void writeData(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
DataSerializablewriteData in interface DataSerializableout - outputIOExceptionCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.