Search Results for

    Show / Hide Table of Contents

    Enum DrSenderLoadBalancingMode

    Data center replication sender hub load balancing mode. Determines to which sender hub next batch will be sent from the sender cache.

    Namespace: GridGain.Core.DataCenterReplication
    Assembly: GridGain.Core.dll
    Syntax
    public enum DrSenderLoadBalancingMode : int

    Fields

    Name Description
    Random

    Balance sender hubs in random fashion.

    RoundRobin

    Balance sender hubs in round-robin fashion.

    In This Article
    Back to top © 2022 GridGain Systems, Inc. and Contributors