Search Results for

    Show / Hide Table of Contents

    Enum DrReceiverLoadBalancingMode

    Data center replication receiver hub load balancing mode. Determines to which receiver hub from the given remote data center the next batch will be sent from the sender hub.

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

    Fields

    Name Description
    Random

    Balance receiver hubs in random fashion.

    RoundRobin

    Balance receiver hubs in round-robin fashion.

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