|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LoadBalancer | |
|---|---|
| com.hazelcast.client.config | Contains classes related to config for com.hazelcast.client |
| com.hazelcast.client.connection | Provides connection interfaces/classes for com.hazelcast.client |
| com.hazelcast.client.spi.impl | Provides util classes for com.hazelcast.client |
| com.hazelcast.client.util | This package contains some utility classes and the base implementations of the loadbalancer implementations |
| Uses of LoadBalancer in com.hazelcast.client.config |
|---|
| Methods in com.hazelcast.client.config that return LoadBalancer | |
|---|---|
LoadBalancer |
ClientConfig.getLoadBalancer()
Gets LoadBalancer |
| Methods in com.hazelcast.client.config with parameters of type LoadBalancer | |
|---|---|
ClientConfig |
ClientConfig.setLoadBalancer(LoadBalancer loadBalancer)
Sets the LoadBalancer |
| Uses of LoadBalancer in com.hazelcast.client.connection |
|---|
| Constructors in com.hazelcast.client.connection with parameters of type LoadBalancer | |
|---|---|
Router(LoadBalancer loadBalancer)
|
|
| Uses of LoadBalancer in com.hazelcast.client.spi.impl |
|---|
| Constructors in com.hazelcast.client.spi.impl with parameters of type LoadBalancer | |
|---|---|
ClientSmartInvocationServiceImpl(HazelcastClientInstanceImpl client,
LoadBalancer loadBalancer)
|
|
ClientTransactionManagerServiceImpl(HazelcastClientInstanceImpl client,
LoadBalancer loadBalancer)
|
|
| Uses of LoadBalancer in com.hazelcast.client.util |
|---|
| Classes in com.hazelcast.client.util that implement LoadBalancer | |
|---|---|
class |
AbstractLoadBalancer
An abstract LoadBalancer implementation. |
class |
RandomLB
A LoadBalancer that selects a random member to route to. |
class |
RoundRobinLB
A LoadBalancer implementation that relies on using round robin
to a next member to send a request to. |
class |
StaticLB
The StaticLB is a LoadBalancer that always returns the same member. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||