LoadBalancer
allows you to send operations to one of a number of endpoints(Members).
It is up to the implementation to use different load balancing policies. If IClient is
ClientConfig#smart
,
only the operations that are not key based will be router to the endpoint returned by the Load Balancer.
If it is not
ClientConfig#smart
,
LoadBalancer
will not be used.
Namespace: Hazelcast.Client
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.5.3.2
Syntax
The LoadBalancer type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Init | |
![]() | Next | Returns the next member to route to |
See Also