Uses of Interface
com.hazelcast.client.LoadBalancer
Package
Description
Contains classes related to config for com.hazelcast.client
This package contains some utility classes and the base implementations of the
loadbalancer implementations
-
Uses of LoadBalancer in com.hazelcast.client.config
Modifier and TypeMethodDescriptionClientConfig.setLoadBalancer
(LoadBalancer loadBalancer) Sets theLoadBalancer
. -
Uses of LoadBalancer in com.hazelcast.client.util
Modifier and TypeClassDescriptionclass
An abstractLoadBalancer
implementation.class
ALoadBalancer
that selects a random member to route to.class
ALoadBalancer
implementation that relies on using round robin to a next member to send a request to.class
The StaticLB is aLoadBalancer
that always returns the same member.