Uses of Class
com.hazelcast.config.TcpIpConfig
-
Uses of TcpIpConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionAdds a 'well known' member.TcpIpConfig.clear()
Removes all members.JoinConfig.getTcpIpConfig()
TcpIpConfig.setConnectionTimeoutSeconds
(int connectionTimeoutSeconds) Sets the connection timeout.TcpIpConfig.setEnabled
(boolean enabled) Enables or disables the Tcp/Ip join mechanism.TcpIpConfig.setMembers
(List<String> members) Sets the well known members.TcpIpConfig.setRequiredMember
(String requiredMember) Sets the required member.