Uses of Enum Class
com.hazelcast.client.config.ClientConnectionStrategyConfig.ReconnectMode
Package
Description
Contains classes related to config for com.hazelcast.client
-
Uses of ClientConnectionStrategyConfig.ReconnectMode in com.hazelcast.client.config
Modifier and TypeMethodDescriptionClientConnectionStrategyConfig.getReconnectMode()
Returns the enum constant of this class with the specified name.ClientConnectionStrategyConfig.ReconnectMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionClientConnectionStrategyConfig.setReconnectMode
(ClientConnectionStrategyConfig.ReconnectMode reconnectMode) How a client reconnect to cluster after a disconnect can be configured.