Uses of Class
com.hazelcast.client.config.ClusterRoutingConfig
Packages that use ClusterRoutingConfig
Package
Description
Contains classes related to config for com.hazelcast.client
-
Uses of ClusterRoutingConfig in com.hazelcast.client.config
Methods in com.hazelcast.client.config that return ClusterRoutingConfigModifier and TypeMethodDescriptionClientNetworkConfig.getClusterRoutingConfig()
ClusterRoutingConfig.setRoutingMode
(com.hazelcast.client.impl.connection.tcp.RoutingMode routingMode) Sets theRoutingMode
for this client to use when connecting to cluster members.ClusterRoutingConfig.setRoutingStrategy
(RoutingStrategy routingStrategy) Sets the strategy for routing client connections to members whenRoutingMode.MULTI_MEMBER
is configured.Methods in com.hazelcast.client.config with parameters of type ClusterRoutingConfigModifier and TypeMethodDescriptionClientNetworkConfig.setClusterRoutingConfig
(ClusterRoutingConfig clusterRoutingConfig) Sets config for managing how the client routes to members of the cluster.Constructors in com.hazelcast.client.config with parameters of type ClusterRoutingConfig