See: Description
| Class | Description | 
|---|---|
| AbstractLoadBalancer | 
 An abstract  
LoadBalancer implementation. | 
| AddressHelper | 
 This is a client side utility class for working with addresses and cluster connections 
 | 
| ClientDelegatingFuture<V> | 
 The Client Delegating Future is used to delegate  
ClientInvocationFuture to a user type to be used with andThen() or
 get(). | 
| ClientStateListener | 
 Helper class for the user to track the lifecycle state of the client. 
 | 
| RandomLB | 
 A  
LoadBalancer that selects a random member to route to. | 
| RoundRobinLB | 
 A  
LoadBalancer implementation that relies on using round robin
 to a next member to send a request to. | 
| StaticLB | 
 The StaticLB is a  
LoadBalancer that always returns the same member. | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.