com.hazelcast.config
Class Join
java.lang.Object
com.hazelcast.config.Join
- All Implemented Interfaces:
- DataSerializable, java.io.Serializable
public class Join
- extends java.lang.Object
- implements DataSerializable
- See Also:
- Serialized Form
|
Constructor Summary |
Join()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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(java.io.DataOutput out)
throws java.io.IOException
- Specified by:
writeData in interface DataSerializable
- Throws:
java.io.IOException
readData
public void readData(java.io.DataInput in)
throws java.io.IOException
- Specified by:
readData in interface DataSerializable
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright .9.4.5; 2008-2011 Hazel Ltd. All Rights Reserved.