Search Results for

    Show / Hide Table of Contents

    Interface ICacheDrReceiverMetrics

    Metrics for data center replication receiver cache.

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

    Properties

    ConflictMerge

    Gets total amount of conflicts resolved by merge.

    Declaration
    long ConflictMerge { get; }
    Property Value
    Type Description
    System.Int64

    Total amount of conflicts resolved by merge.

    ConflictNew

    Gets total amount of conflicts resolved by using new value.

    Declaration
    long ConflictNew { get; }
    Property Value
    Type Description
    System.Int64

    Total amount of conflicts resolved by using new value.

    ConflictOld

    Gets total amount of conflicts resolved by using old value.

    Declaration
    long ConflictOld { get; }
    Property Value
    Type Description
    System.Int64

    Total amount of conflicts resolved by using old value.

    EntriesReceived

    Gets total amount of cache entries received from receiver hub.

    Declaration
    long EntriesReceived { get; }
    Property Value
    Type Description
    System.Int64

    Total amount of cache entries received from receiver hub.

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