.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    RoutingModes Enum

    Namespace: Hazelcast.Networking
    Assembly: Hazelcast.Net.dll

    Represents the routing modes from client to cluster.

    public enum RoutingModes : byte

    Fields

    AllMembers

    Connects to all members in the cluster. The client will receive member list updates and connect to all members.

    Client will route the key based operations to owner of the key at the best effort.

    Note that it however does not guarantee that the operation will always be executed on the owner, as the member table is only updated every 10 seconds.

    MultiMember

    Connects only to selected group of members in the cluster based on selected grouping strategy.

    SingleMember

    Connects to a single member which is given on the options.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.