public interface LogMinerMetricsMXBean
| Modifier and Type | Method and Description |
|---|---|
void |
changeSleepingTime(boolean increment)
change sleeping time
|
Long |
getAverageLogMinerQueryDuration() |
Long |
getAverageProcessedCapturedBatchDuration() |
int |
getBatchSize()
Maximum number of entries in Log Miner view to fetch.
|
int |
getCapturedDmlCount() |
String[] |
getCurrentRedoLogFileName()
Exposes current redo log file.
|
Long |
getCurrentScn()
Exposes current SCN in the database.
|
Long |
getLastLogMinerQueryDuration() |
Long |
getLastProcessedCapturedBatchDuration()
Log Miner view query returns number of captured DML , Commit and Rollback.
|
int |
getLogMinerQueryCount() |
Integer |
getMillisecondToSleepBetweenMiningQuery() |
int |
getProcessedCapturedBatchCount()
Log Miner view query returns number of captured DML , Commit and Rollback.
|
String[] |
getRedoLogStatus()
Exposes states of redo logs: current, active, inactive, unused ...
|
int |
getSwitchCounter()
fetches counter of redo switches for the last day.
|
void |
setBatchSize(int size)
this gives ability to manipulate number of entries in Log Miner view to fetch.
|
void |
setMillisecondToSleepBetweenMiningQuery(Integer milliseconds)
sets number of milliseconds for connector to sleep before fetching another batch from the Log Miner view
|
Long getCurrentScn()
String[] getCurrentRedoLogFileName()
String[] getRedoLogStatus()
int getSwitchCounter()
Long getLastLogMinerQueryDuration()
int getCapturedDmlCount()
int getLogMinerQueryCount()
Long getAverageLogMinerQueryDuration()
Long getLastProcessedCapturedBatchDuration()
int getProcessedCapturedBatchCount()
Long getAverageProcessedCapturedBatchDuration()
int getBatchSize()
void setBatchSize(int size)
size - limitInteger getMillisecondToSleepBetweenMiningQuery()
void setMillisecondToSleepBetweenMiningQuery(Integer milliseconds)
milliseconds - to sleepvoid changeSleepingTime(boolean increment)
increment - true to add, false to deductCopyright © 2020 JBoss by Red Hat. All rights reserved.