com.hazelcast.config
Class Join
java.lang.Object
com.hazelcast.config.Join
- All Implemented Interfaces:
- DataSerializable, Serializable
public class Join
- extends Object
- implements DataSerializable
- See Also:
- Serialized Form
Constructor Summary |
Join()
|
Join
public Join()
getMulticastConfig
public MulticastConfig getMulticastConfig()
- Returns:
- the multicastConfig
setMulticastConfig
public Join setMulticastConfig(MulticastConfig multicastConfig)
- Parameters:
multicastConfig
- the multicastConfig to set
getTcpIpConfig
public TcpIpConfig getTcpIpConfig()
- Returns:
- the tcpIpConfig
setTcpIpConfig
public Join setTcpIpConfig(TcpIpConfig tcpIpConfig)
- Parameters:
tcpIpConfig
- the tcpIpConfig to set
getAwsConfig
public AwsConfig getAwsConfig()
- Returns:
- the awsConfig
setAwsConfig
public Join setAwsConfig(AwsConfig awsConfig)
- Parameters:
awsConfig
- the AwsConfig to set
writeData
public void writeData(DataOutput out)
throws IOException
- Specified by:
writeData
in interface DataSerializable
- Throws:
IOException
readData
public void readData(DataInput in)
throws IOException
- Specified by:
readData
in interface DataSerializable
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.