Click or drag to resize
ILoadBalancingStrategy Methods

The ILoadBalancingStrategy type exposes the following members.

Methods
  NameDescription
Public methodAddNode
Add a node to the load balancer.
Public methodInitialise
Initialise the load balancer with a set of IRiakNode nodes.
Public methodRemoveNode
Remove a node from the load balancer.
Public methodSelectNode
Get the next node to use from the load balancer.
Top
See Also