public class JoinRequest extends AbstractRemotelyProcessable
Modifier and Type | Field and Description |
---|---|
Address |
address |
int |
buildNumber |
Config |
config |
protected NodeType |
nodeType |
byte |
packetVersion |
Address |
to |
String |
uuid |
conn
node
Constructor and Description |
---|
JoinRequest() |
JoinRequest(Address to,
Address address,
Config config,
NodeType type,
byte packetVersion,
int buildNumber,
String nodeUuid) |
JoinRequest(Address address,
Config config,
NodeType type,
byte packetVersion,
int buildNumber,
String nodeUuid) |
Modifier and Type | Method and Description |
---|---|
Credentials |
getCredentials() |
String |
getUuid() |
void |
process() |
void |
readData(DataInput in) |
void |
setCredentials(Credentials credentials) |
String |
toString() |
void |
writeData(DataOutput out) |
getConnection, setConnection
getNode, setNode
readByteArray, readObject, writeByteArray, writeObject
protected NodeType nodeType
public Address address
public Address to
public byte packetVersion
public int buildNumber
public Config config
public String uuid
public JoinRequest()
public JoinRequest(Address address, Config config, NodeType type, byte packetVersion, int buildNumber, String nodeUuid)
public void readData(DataInput in) throws IOException
readData
in interface DataSerializable
readData
in class AbstractRemotelyProcessable
IOException
public void writeData(DataOutput out) throws IOException
writeData
in interface DataSerializable
writeData
in class AbstractRemotelyProcessable
IOException
public void setCredentials(Credentials credentials)
public Credentials getCredentials()
public String getUuid()
public void process()
Copyright © 2013 Hazelcast, Inc.. All rights reserved.