# Functions
No description provided by the author
NewRandomLoadBalancer creates a new RandomLoadBalancer with a predefined seed.
NewRoundRobinLoadBalancer creates a new RoundRobinLoadBalancer.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ReconnectModeOff disables reconnecting to a cluster.
ReconnectModeOn enables reconnecting to a cluster.
# Structs
CloudConfig contains configuration for Hazelcast Cloud.
Config contains cluster and connection configuration.
ConnectionRetryConfig contains configuration to computer the waiting the duration between connection attempts.
ConnectionStrategyConfig contains configuration for reconnecting to a cluster.
No description provided by the author
No description provided by the author
No description provided by the author
FailoverConfig allows configuring multiple client configs to be used by a single client instance.
MemberInfo represents a member in the cluster.
No description provided by the author
MemberVersion is the version of the member.
No description provided by the author
No description provided by the author
No description provided by the author
SSLConfig is SSL configuration for client.
# Interfaces
LoadBalancer is used to select the next connection when sending invocations.
# Type aliases
Address is the address of a Hazelcast member.
No description provided by the author
No description provided by the author
No description provided by the author
RandomLoadBalancer selects the next address randomly.
ReconnectMode enables or disables reconnecting to a cluster.
RoundRobinLoadBalancer selects the next address in order.