public interface LogMinerMetricsMXBean
| Modifier and Type | Method and Description |
|---|---|
void |
changeBatchSize(boolean increment) |
void |
changeSleepingTime(boolean increment)
change sleeping time
|
long |
getAverageBatchProcessingThroughput()
This represents the average number of entries processed per second from LogMiner sessions.
|
int |
getBatchSize()
Maximum number of entries in Log Miner view to fetch.
|
String[] |
getCurrentRedoLogFileName()
Exposes current redo log file.
|
Long |
getCurrentScn()
Exposes current SCN in the database.
|
long |
getFetchingQueryCount()
Log Miner view query returns number of captured DML , Commit and Rollback.
|
int |
getHoursToKeepTransactionInBuffer() |
long |
getLastBatchProcessingDuration() |
long |
getLastBatchProcessingThroughput()
This represents the number of entries processed per second in the last LogMiner session.
|
int |
getLastCapturedDmlCount() |
Long |
getLastDurationOfFetchingQuery()
Log Miner view query returns number of captured DML , Commit and Rollback.
|
long |
getMaxBatchProcessingThroughput()
This represents the maximum number of entries processed per second from LogMiner sessions.
|
Long |
getMaxCapturedDmlInBatch() |
Long |
getMaxDurationOfFetchingQuery() |
Integer |
getMillisecondToSleepBetweenMiningQuery() |
long |
getNetworkConnectionProblemsCounter() |
boolean |
getRecordMiningHistory()
this flag indicates whether log mining is being recorded by
HistoryRecorder |
String[] |
getRedoLogStatus()
Exposes states of redo logs: current, active, inactive, unused ...
|
int |
getSwitchCounter()
fetches counter of redo switches for the last day.
|
long |
getTotalCapturedDmlCount() |
void |
reset()
Resets metrics.
|
void |
setBatchSize(int size)
this gives ability to manipulate number of entries in Log Miner view to fetch.
|
void |
setHoursToKeepTransactionInBuffer(int hours)
Set the number of hours to retain transaction in buffer prior to abandoning
|
void |
setMillisecondToSleepBetweenMiningQuery(Integer milliseconds)
sets number of milliseconds for connector to sleep before fetching another batch from the Log Miner view
|
void |
setRecordMiningHistory(boolean doRecording)
this flag turns on recording of captured incremental changes.
|
Long getCurrentScn()
String[] getCurrentRedoLogFileName()
String[] getRedoLogStatus()
int getSwitchCounter()
long getTotalCapturedDmlCount()
Long getMaxDurationOfFetchingQuery()
Long getLastDurationOfFetchingQuery()
long getFetchingQueryCount()
Long getMaxCapturedDmlInBatch()
long getLastBatchProcessingDuration()
int getLastCapturedDmlCount()
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 deductvoid changeBatchSize(boolean increment)
void setRecordMiningHistory(boolean doRecording)
doRecording - true - recordboolean getRecordMiningHistory()
HistoryRecorderlong getMaxBatchProcessingThroughput()
long getAverageBatchProcessingThroughput()
long getLastBatchProcessingThroughput()
long getNetworkConnectionProblemsCounter()
void reset()
int getHoursToKeepTransactionInBuffer()
void setHoursToKeepTransactionInBuffer(int hours)
hours - the number of hoursCopyright © 2021 JBoss by Red Hat. All rights reserved.