public interface DrReceiverOutMetrics
Modifier and Type | Method and Description |
---|---|
double |
averageBatchAckTime()
Gets average time in milliseconds between sending batch to receiver cache nodes and successfully storing it.
|
int |
batchesAcked()
Gets amount of batches stored in receiver caches.
|
int |
batchesSent()
Gets amount of batches waiting to be stored in receiver caches.
|
long |
bytesAcked()
Gets amount of bytes stored in receiver caches.
|
long |
bytesSent()
Gets amount of bytes waiting to be stored.
|
long |
entriesAcked()
Gets amount of cache entries stored in receiver caches.
|
long |
entriesSent()
Gets amount of entries waiting to be stored in receiver caches.
|
int batchesSent()
long entriesSent()
long bytesSent()
int batchesAcked()
long entriesAcked()
long bytesAcked()
double averageBatchAckTime()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024