| ILoadBalancer Interface |
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.9.3
Syntax public interface ILoadBalancer
Public Interface ILoadBalancer
public interface class ILoadBalancer
type ILoadBalancer = interface end
The ILoadBalancer type exposes the following members.
Methods
| Name | Description |
---|
| Init |
Initializes the LoadBalancer.
|
| Next | Returns the next member to route to |
TopSee Also