Uses of Enum Class
com.hazelcast.client.config.RoutingMode
Package
Description
Contains classes related to config for com.hazelcast.client
-
Uses of RoutingMode in com.hazelcast.client.config
Modifier and TypeFieldDescriptionstatic final RoutingMode
ClusterRoutingConfig.DEFAULT_ROUTING_MODE
The defaultRoutingMode
to use when one is not explicitly definedModifier 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.Modifier and TypeMethodDescriptionClusterRoutingConfig.setRoutingMode
(RoutingMode routingMode) Sets theRoutingMode
for this client to use when connecting to cluster members.