Uses of Class
com.hazelcast.client.config.ClientNetworkConfig
Package
Description
Contains classes related to config for com.hazelcast.client
-
Uses of ClientNetworkConfig in com.hazelcast.client.config
Modifier and TypeMethodDescriptionClientNetworkConfig.addAddress
(String... addresses) Adds given addresses to candidate address list that client will use to establish initial connectionClientNetworkConfig.addOutboundPort
(int port) Add outbound port to the outbound port listClientNetworkConfig.addOutboundPortDefinition
(String portDef) Add outbound port definition to the outbound port definition listClientConfig.getNetworkConfig()
GetsClientNetworkConfig
ClientNetworkConfig.setAddresses
(List<String> addresses) Sets given addresses as candidate address list that client will use to establish initial connectionClientNetworkConfig.setAutoDetectionConfig
(AutoDetectionConfig autoDetectionConfig) Defines the Auto Detection configuration.ClientNetworkConfig.setClientIcmpPingConfig
(ClientIcmpPingConfig clientIcmpPingConfig) ICMP ping is used to detect if machine that a remote hazelcast member runs on alive or notClientNetworkConfig.setClusterRoutingConfig
(ClusterRoutingConfig clusterRoutingConfig) Sets config for managing how the client routes to members of the cluster.ClientNetworkConfig.setConnectionTimeout
(int connectionTimeoutInMillis) ClientNetworkConfig.setDiscoveryConfig
(DiscoveryConfig discoveryConfig) Defines the Discovery Provider SPI configurationClientNetworkConfig.setOutboundPortDefinitions
(Collection<String> outboundPortDefinitions) Set outbound port definitionsClientNetworkConfig.setOutboundPorts
(Collection<Integer> outboundPorts) Set outbond portsClientNetworkConfig.setRedoOperation
(boolean redoOperation) If true, client will redo the operations that were executing on the server and client lost the connection.ClientNetworkConfig.setSmartRouting
(boolean smartRouting) Deprecated.ClientNetworkConfig.setSocketInterceptorConfig
(SocketInterceptorConfig socketInterceptorConfig) ClientNetworkConfig.setSocketOptions
(SocketOptions socketOptions) ClientNetworkConfig.setSSLConfig
(SSLConfig sslConfig) Sets theSSLConfig
.Modifier and TypeMethodDescriptionClientConfig.setNetworkConfig
(ClientNetworkConfig networkConfig) SetsClientNetworkConfig
ClusterRoutingConfig.setRoutingMode(RoutingMode)
}.