Search Results for

    Show / Hide Table of Contents

    Interface ICacheDrStateTransfer

    Data center replication state transfer descriptor.

    Namespace: GridGain.Core.DataCenterReplication
    Assembly: GridGain.Core.dll
    Syntax
    public interface ICacheDrStateTransfer

    Properties

    DataCenterIds

    Gets target data center IDs.

    Declaration
    ICollection<byte> DataCenterIds { get; }
    Property Value
    Type Description
    ICollection<System.Byte>

    Target data center IDs.

    Id

    Gets unique state transfer ID.

    Declaration
    IgniteGuid Id { get; }
    Property Value
    Type Description
    IgniteGuid

    Unique state transfer ID.

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