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
StaticLoadBalancer(IReadOnlyDictionary<String, String>) | Initializes a new instance of the RandomLoadBalancer class. |
StaticLoadBalancer(Guid) | Initializes a new instance of the StaticLoadBalancer class. |
Properties
Count | Gets the number of members. |
Methods
GetMember() | Selects a member. |
SetMembers(IEnumerable<Guid>) | Sets the members. |