Search Results for

    Show / Hide Table of Contents

    Interface ICacheDrEntry<TK, TV>

    Data center replication cache entry.

    Inherited Members
    ICacheEntry<TK, TV>.Key
    ICacheEntry<TK, TV>.Value
    Namespace: GridGain.Core.DataCenterReplication
    Assembly: GridGain.Core.dll
    Syntax
    public interface ICacheDrEntry<out TK, out TV> : ICacheEntry<TK, TV>
    Type Parameters
    Name Description
    TK

    Type of cache entry key.

    TV

    Type of cache entry value.

    Properties

    DataCenterId

    Gets the initiator data center ID.

    Declaration
    byte DataCenterId { get; }
    Property Value
    Type Description
    System.Byte

    ID of initiator data center.

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