Uses of Class
com.hazelcast.client.util.AbstractLoadBalancer
Packages that use AbstractLoadBalancer
Package
Description
This package contains some utility classes and the base implementations of the
 loadbalancer implementations
- 
Uses of AbstractLoadBalancer in com.hazelcast.client.utilSubclasses of AbstractLoadBalancer in com.hazelcast.client.utilModifier and TypeClassDescriptionclassALoadBalancerthat selects a random member to route to.classALoadBalancerimplementation that relies on using round robin to a next member to send a request to.