Package com.hazelcast.client.util
package com.hazelcast.client.util
This package contains some utility classes and the base implementations of the
loadbalancer implementations
-
ClassDescriptionAn abstract
LoadBalancer
implementation.This is a client side utility class for working with addresses and cluster connectionsLogs the connectivity of the client to the cluster.Helper class for the user to track the lifecycle state of the client.ALoadBalancer
that selects a random member to route to.ALoadBalancer
implementation that relies on using round robin to a next member to send a request to.The StaticLB is aLoadBalancer
that always returns the same member.