Interface IDrSenderOutMetrics
Data center replication sender hub metrics for outgoing data, i.e. data transferred from sender hub to remote receiver hubs.
Namespace: GridGain.Core.DataCenterReplication
Assembly: GridGain.Core.dll
Syntax
public interface IDrSenderOutMetrics
Properties
AverageBatchAckTime
Gets average time in milliseconds between sending batch for the first time and receiving acknowledgement for it.
Declaration
double AverageBatchAckTime { get; }
Property Value
| Type | Description |
|---|---|
| System.Double | Average time in milliseconds between sending batch for the first time and receiving acknowledgement for it. |
BatchesAcknowledged
Gets amount of sent batches with received acknowledgement from receiver hubs.
Declaration
int BatchesAcknowledged { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | Amount of sent batches with received acknowledgement from receiver hubs. |
BatchesSent
Gets amount of batches sent to receiver hubs.
Declaration
int BatchesSent { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | Amount of batches sent to receiver hubs. |
BytesAcknowledged
Gets amount of sent bytes with received acknowledgement from receiver hubs.
Declaration
long BytesAcknowledged { get; }
Property Value
| Type | Description |
|---|---|
| System.Int64 | Amount of sent bytes with received acknowledgement from receiver hubs. |
BytesSent
Gets amount of bytes sent to receiver hubs.
Declaration
long BytesSent { get; }
Property Value
| Type | Description |
|---|---|
| System.Int64 | Amount of bytes sent to receiver hubs. |
EntriesAcknowledged
Gets amount of sent entries with received acknowledgement from receiver hubs.
Declaration
long EntriesAcknowledged { get; }
Property Value
| Type | Description |
|---|---|
| System.Int64 | Amount of sent entries with received acknowledgement from receiver hubs. |
EntriesSent
Gets amount of bytes sent to receiver hubs.
Declaration
long EntriesSent { get; }
Property Value
| Type | Description |
|---|---|
| System.Int64 | Amount of bytes sent to receiver hubs. |