Uses of Enum Class
com.hazelcast.client.config.RoutingMode
Packages that use RoutingMode
Package
Description
Contains classes related to config for com.hazelcast.client
-
Uses of RoutingMode in com.hazelcast.client.config
Fields in com.hazelcast.client.config declared as RoutingModeModifier and TypeFieldDescriptionstatic final RoutingMode
ClusterRoutingConfig.DEFAULT_ROUTING_MODE
The defaultRoutingMode
to use when one is not explicitly definedMethods in com.hazelcast.client.config that return RoutingModeModifier and TypeMethodDescriptionstatic RoutingMode
RoutingMode.getById
(int id) ClusterRoutingConfig.getRoutingMode()
Returns the definedRoutingMode
for this client to use when connecting to cluster members.static RoutingMode
Returns the enum constant of this class with the specified name.static RoutingMode[]
RoutingMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hazelcast.client.config with parameters of type RoutingModeModifier and TypeMethodDescriptionClusterRoutingConfig.setRoutingMode
(RoutingMode routingMode) Sets theRoutingMode
for this client to use when connecting to cluster members.