public interface CacheDrReceiverMetrics
Modifier and Type | Method and Description |
---|---|
long |
conflictMerge()
Gets total amount of conflicts resolved by merge.
|
long |
conflictNew()
Gets total amount of conflicts resolved by using new value.
|
long |
conflictOld()
Gets total amount of conflicts resolved by using old value.
|
long |
entriesReceived()
Gets total amount of cache entries received from receiver hub.
|
long entriesReceived()
long conflictNew()
CacheConflictContext.useNew()
for more info.long conflictOld()
CacheConflictContext.useOld()
for more info.long conflictMerge()
CacheConflictContext.merge(Object, long)
for more info.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024