Search Results for

    Show / Hide Table of Contents

    Interface IDrSenderInMetrics

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

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

    Properties

    BatchesReceived

    Gets amount of batches received from sender caches.

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

    Amount of batches received from sender caches.

    BytesReceived

    Gets amount of bytes received from sender caches.

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

    Amount of bytes received from sender caches.

    EntriesReceived

    Gets amount of cache entries received from sender caches.

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

    Amount of cache entries received from sender caches.

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