Click or drag to resize
ILoadBalancingStrategy Interface
The interface for implementing Riak node load balancing strategies against.

Namespace:  RiakClient.Comms.LoadBalancing
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public interface ILoadBalancingStrategy

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