Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
JoinConfig |
JoinConfig.setTcpIpConfig(TcpIpConfig tcpIpConfig) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.