Interface IDrReceiverOutMetrics
Data center replication receiver hub metrics for outgoing data, i.e. data transferred from receiver hub to receiver caches.
Namespace: GridGain.Core.DataCenterReplication
Assembly: GridGain.Core.dll
Syntax
public interface IDrReceiverOutMetrics
Properties
AverageBatchAckTime
Gets average time in milliseconds between sending batch to receiver cache nodes and successfully storing it.
Declaration
double AverageBatchAckTime { get; }
Property Value
| Type | Description |
|---|---|
| System.Double | Average time in milliseconds between sending batch to receiver cache nodes and successfully storing it. |
BatchesAcknowledged
Gets amount of batches stored in receiver caches.
Declaration
int BatchesAcknowledged { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | Amount of batches stored in receiver caches. |
BatchesSent
Gets amount of batches waiting to be stored in receiver caches.
Declaration
int BatchesSent { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | Amount of batches waiting to be stored in receiver caches. |
BytesAcknowledged
Gets amount of bytes stored in receiver caches.
Declaration
long BytesAcknowledged { get; }
Property Value
| Type | Description |
|---|---|
| System.Int64 | Amount of bytes stored in receiver caches. |
BytesSent
Gets amount of bytes waiting to be stored.
Declaration
long BytesSent { get; }
Property Value
| Type | Description |
|---|---|
| System.Int64 | Amount of bytes waiting to be stored. |
EntriesAcknowledged
Gets amount of cache entries stored in receiver caches.
Declaration
long EntriesAcknowledged { get; }
Property Value
| Type | Description |
|---|---|
| System.Int64 | Amount of cache entries stored in receiver caches. |
EntriesSent
Gets amount of entries waiting to be stored in receiver caches.
Declaration
long EntriesSent { get; }
Property Value
| Type | Description |
|---|---|
| System.Int64 | Amount of entries waiting to be stored in receiver caches. |