Uses of Interface
com.hazelcast.client.LoadBalancer
Packages that use 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
Methods in com.hazelcast.client.config that return LoadBalancerMethods in com.hazelcast.client.config with parameters of type LoadBalancerModifier and TypeMethodDescriptionClientConfig.setLoadBalancer
(LoadBalancer loadBalancer) Sets theLoadBalancer
. -
Uses of LoadBalancer in com.hazelcast.client.util
Classes in com.hazelcast.client.util that implement LoadBalancerModifier 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.