|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TcpIpConfig | |
---|---|
com.hazelcast.config | Provides classes for configuring HazelcastInstance. |
Uses of TcpIpConfig in com.hazelcast.config |
---|
Methods in com.hazelcast.config that return TcpIpConfig | |
---|---|
TcpIpConfig |
TcpIpConfig.addMember(String member)
Adds a 'well known' member. |
TcpIpConfig |
TcpIpConfig.clear()
Removes all members. |
TcpIpConfig |
JoinConfig.getTcpIpConfig()
|
TcpIpConfig |
TcpIpConfig.setConnectionTimeoutSeconds(int connectionTimeoutSeconds)
Sets the connection timeout. |
TcpIpConfig |
TcpIpConfig.setEnabled(boolean enabled)
Enables or disables the Tcp/Ip join mechanism. |
TcpIpConfig |
TcpIpConfig.setMembers(List<String> members)
Sets the well known members. |
TcpIpConfig |
TcpIpConfig.setRequiredMember(String requiredMember)
Sets the required member. |
Methods in com.hazelcast.config with parameters of type TcpIpConfig | |
---|---|
JoinConfig |
JoinConfig.setTcpIpConfig(TcpIpConfig tcpIpConfig)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |