Package com.hazelcast.client.util
package com.hazelcast.client.util
This package contains some utility classes and the base implementations of the
loadbalancer implementations
-
ClassesClassDescriptionAn abstract
LoadBalancerimplementation.This is a client side utility class for working with addresses and cluster connectionsHelper class for the user to track the lifecycle state of the client.ALoadBalancerthat selects a random member to route to.ALoadBalancerimplementation that relies on using round robin to a next member to send a request to.The StaticLB is aLoadBalancerthat always returns the same member.