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.setAwsConfig
(AwsConfig clientAwsConfig) Sets configuration to connect nodes in AWS environment.ClientNetworkConfig.setAzureConfig
(AzureConfig azureConfig) Sets configuration to connect nodes in Azure environment.ClientNetworkConfig.setClientIcmpPingConfig
(ClientIcmpPingConfig clientIcmpPingConfig) ICMP ping is used to detect if machine that a remote hazelcast member runs on alive or notClientNetworkConfig.setCloudConfig
(ClientCloudConfig cloudConfig) ClientNetworkConfig.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.setEurekaConfig
(EurekaConfig eurekaConfig) Sets configuration to connect nodes in Eureka environment.ClientNetworkConfig.setGcpConfig
(GcpConfig gcpConfig) Sets configuration to connect nodes in GCP environment.ClientNetworkConfig.setKubernetesConfig
(KubernetesConfig kubernetesConfig) Sets configuration to connect nodes in Kubernetes environment.ClientNetworkConfig.setOutboundPortDefinitions
(Collection<String> outboundPortDefinitions) Set outbound port definitionsClientNetworkConfig.setOutboundPorts
(Collection<Integer> outboundPorts) Set outbound 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)
}.