.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    StaticLoadBalancer Class

    Namespace: Hazelcast.Clustering.LoadBalancing
    Assembly: Hazelcast.Net.dll

    Represents a static load balancer.

    public class StaticLoadBalancer : LoadBalancerBase, ILoadBalancer
    Inheritance
    object
    LoadBalancerBase
    StaticLoadBalancer
    Implements
    ILoadBalancer
    Inherited Members
    LoadBalancerBase.Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Remarks

    A static load balancer knows only one member and always return that member.

    Constructors

    Name Description
    StaticLoadBalancer(IReadOnlyDictionary<string, string>)

    Initializes a new instance of the RandomLoadBalancer class.

    StaticLoadBalancer(Guid)

    Initializes a new instance of the StaticLoadBalancer class.

    Properties

    Name Description
    Count

    Gets the number of members.

    Methods

    Name Description
    GetMember()

    Selects a member.

    SetMembers(IEnumerable<Guid>)

    Sets the members.

    In This Article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.