StaticLoadBalancer Class
Namespace: Hazelcast.Clustering.LoadBalancing
Assembly: Hazelcast.Net.dll
Represents a static load balancer.
public class StaticLoadBalancer : LoadBalancerBase, ILoadBalancer
Implements
Inherited Members
Remarks
A static load balancer knows only one member and always return that member.
Constructors
Name | Description |
---|---|
Static |
Initializes a new instance of the Random |
Static |
Initializes a new instance of the Static |
Properties
Name | Description |
---|---|
Count | Gets the number of members. |
Methods
Name | Description |
---|---|
Get |
Selects a member. |
Set |
Sets the members. |