public interface CacheDrSenderMetrics
Modifier and Type | Method and Description |
---|---|
long |
backupQueueSize()
Gets current amount of cache entries in backup queue.
|
int |
batchesAcked()
Gets total amount of sent batches acknowledged by sender hub.
|
int |
batchesFailed()
Gets total amount of failed batches.
|
int |
batchesRejected()
Gets total amount of rejected batches due to backpressure or any recoverable error.
|
int |
batchesSent()
Gets total amount of batches sent to sender hubs.
|
long |
entriesAcked()
Gets total amount of sent entries acknowledged by sender hub.
|
long |
entriesFiltered()
Gets total amount of filtered cache entries.
|
long |
entriesSent()
Gets total amount of entries sent to sender hubs.
|
long |
fstThrottlingMilliseconds()
Gets current amount of milliseconds the node waited during full state transfer due to load throttling.
|
long |
pendingQueueSize()
Gets current amount of cache entries in pending queue.
|
CacheDrStatus |
status()
Gets data center replication status.
|
int batchesSent()
long entriesSent()
int batchesAcked()
long entriesAcked()
int batchesFailed()
int batchesRejected()
long entriesFiltered()
CacheDrSenderConfiguration.getEntryFilter()
).
This metric returns the number of entries that didn't pass that filter.long backupQueueSize()
long pendingQueueSize()
long fstThrottlingMilliseconds()
CacheDrStatus status()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024