Class | Description |
---|---|
AbstractLoadBalancer |
An abstract
LoadBalancer implementation. |
AddressHelper | |
ClientCancellableDelegatingFuture<V> | |
ListenerUtil | |
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 © 2014 Hazelcast, Inc.. All rights reserved.