.NET Client Documentation
5.1.1
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

    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.

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