Click or drag to resize

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.12.3
Syntax
public interface ILoadBalancer

The ILoadBalancer type exposes the following members.

Methods
  NameDescription
Public methodInit
Initializes the LoadBalancer.
Public methodNext
Returns the next member to route to
Top
See Also