ILoadBalancer
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
is in smart routing mode
,
only the operations that are not key based will be router to the endpoint returned by the Load Balancer.
If it is not
in smart routing mode
,
ILoadBalancer
will not be used.
Namespace: Hazelcast.Client
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.2
Syntax
The ILoadBalancer type exposes the following members.
Methods
Name | Description | |
---|---|---|
Init | ||
Next | Returns the next member to route to |
See Also