Search Results for

    Show / Hide Table of Contents

    Interface IDrReceiverInMetrics

    Data center replication receiver hub metrics for incoming data, i.e. data transferred from remote sender hubs to receiver hub.

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

    Properties

    BatchesReceived

    Gets amount of batches received from remote sender hubs.

    Declaration
    int BatchesReceived { get; }
    Property Value
    Type Description
    System.Int32

    Amount of batches received from remote sender hubs.

    BytesReceived

    Gets total amount of bytes received from remote sender hubs.

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

    Total amount of bytes received from remote sender hubs.

    EntriesReceived

    Gets amount of cache entries received from remote sender hubs.

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

    Amount of cache entries received from remote sender hubs.

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