public interface TransactionalBufferMetricsMXBean
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAbandonedTransactionIds()
This is to get list of removed transactions from the Transactional Buffer
|
int |
getCommitQueueCapacity()
Gets commit queue capacity.
|
Long |
getCommittedScn()
It shows last committed SCN
|
long |
getCommitThroughput()
Exposes average number of committed transactions per second
|
int |
getErrorCounter()
This is to get logged logError counter.
|
long |
getLagFromSource()
This is to get the lag between latest captured change timestamp in REDO LOG and time of it's placement in the buffer
|
Long |
getLastCommitDuration()
Get time duration taken my executing all callbacks for the commit
|
Long |
getMaxCommitDuration()
Get max time duration taken my executing all callbacks
|
long |
getMaxLagFromSource()
This is to get max value of the time difference between logging of source DB records into redo log and capturing it by LogMiner
|
long |
getMinLagFromSource()
This is to get min value of the time difference between logging of source DB records into redo log and capturing it by LogMiner
|
int |
getNumberOfActiveTransactions()
Exposes number of transaction, buffered in memory
|
long |
getNumberOfCommittedTransactions()
Exposes number of committed transactions
|
long |
getNumberOfRolledBackTransactions()
Exposes number of rolled back transactions
|
Long |
getOffsetScn()
Get the offset SCN
|
Long |
getOldestScn()
Exposes the oldest(smallest) SCN in the Transactional Buffer
|
long |
getRegisteredDmlCount()
Exposes total number of registered DML operations
|
Set<String> |
getRolledBackTransactionIds()
See which transactions were rolled back
|
int |
getScnFreezeCounter()
Get counter of encountered observations when SCN does not change in the offset.
|
int |
getWarningCounter()
This is to get logged warning counter
|
void |
reset()
Reset metrics
|
long getNumberOfRolledBackTransactions()
long getNumberOfCommittedTransactions()
long getCommitThroughput()
long getRegisteredDmlCount()
int getNumberOfActiveTransactions()
Long getOldestScn()
Long getCommittedScn()
Long getOffsetScn()
long getLagFromSource()
long getMaxLagFromSource()
long getMinLagFromSource()
Set<String> getAbandonedTransactionIds()
Set<String> getRolledBackTransactionIds()
int getCommitQueueCapacity()
void reset()
int getErrorCounter()
int getWarningCounter()
int getScnFreezeCounter()
Long getLastCommitDuration()
Long getMaxCommitDuration()
Copyright © 2021 JBoss by Red Hat. All rights reserved.