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 LogMiner view to fetch.
|
String[] |
getCurrentRedoLogFileName() |
Long |
getCurrentScn() |
long |
getFetchingQueryCount()
LogMiner view query returns number of captured DML , Commit and Rollback.
|
int |
getHoursToKeepTransactionInBuffer() |
long |
getLastBatchProcessingThroughput()
This represents the number of entries processed per second in the last LogMiner session.
|
long |
getLastBatchProcessingTimeInMilliseconds() |
int |
getLastCapturedDmlCount() |
Long |
getLastDurationOfFetchQueryInMilliseconds()
LogMiner view query returns number of captured DML , Commit and Rollback.
|
long |
getLastMiningSessionStartTimeInMilliseconds() |
long |
getMaxBatchProcessingThroughput()
This represents the maximum number of entries processed per second from LogMiner sessions.
|
long |
getMaxBatchProcessingTimeInMilliseconds() |
Long |
getMaxCapturedDmlInBatch() |
Long |
getMaxDurationOfFetchQueryInMilliseconds() |
long |
getMaximumMinedLogCount() |
long |
getMaxMiningSessionStartTimeInMilliseconds() |
long |
getMillisecondToSleepBetweenMiningQuery() |
long |
getMinBatchProcessingTimeInMilliseconds() |
long |
getMinimumMinedLogCount() |
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() |
long |
getTotalMiningSessionStartTimeInMilliseconds() |
long |
getTotalParseTimeInMilliseconds() |
long |
getTotalProcessedRows() |
long |
getTotalProcessingTimeInMilliseconds() |
long |
getTotalResultSetNextTimeInMilliseconds() |
void |
reset()
Resets metrics.
|
void |
setBatchSize(int size)
this gives ability to manipulate number of entries in LogMiner view to fetch.
|
void |
setMillisecondToSleepBetweenMiningQuery(long milliseconds)
sets number of milliseconds for connector to sleep before fetching another batch from the LogMiner view
|
Long getCurrentScn()
String[] getCurrentRedoLogFileName()
long getMinimumMinedLogCount()
long getMaximumMinedLogCount()
String[] getRedoLogStatus()
int getSwitchCounter()
long getTotalCapturedDmlCount()
Long getMaxDurationOfFetchQueryInMilliseconds()
Long getLastDurationOfFetchQueryInMilliseconds()
long getFetchingQueryCount()
Long getMaxCapturedDmlInBatch()
long getLastBatchProcessingTimeInMilliseconds()
int getLastCapturedDmlCount()
int getBatchSize()
void setBatchSize(int size)
size - limitlong getMillisecondToSleepBetweenMiningQuery()
void setMillisecondToSleepBetweenMiningQuery(long milliseconds)
milliseconds - to sleepvoid changeSleepingTime(boolean increment)
increment - true to add, false to deductvoid changeBatchSize(boolean increment)
boolean getRecordMiningHistory()
HistoryRecorderlong getMaxBatchProcessingThroughput()
long getAverageBatchProcessingThroughput()
long getLastBatchProcessingThroughput()
long getNetworkConnectionProblemsCounter()
long getTotalParseTimeInMilliseconds()
long getTotalMiningSessionStartTimeInMilliseconds()
long getLastMiningSessionStartTimeInMilliseconds()
long getMaxMiningSessionStartTimeInMilliseconds()
long getTotalProcessingTimeInMilliseconds()
long getMinBatchProcessingTimeInMilliseconds()
long getMaxBatchProcessingTimeInMilliseconds()
long getTotalProcessedRows()
long getTotalResultSetNextTimeInMilliseconds()
int getHoursToKeepTransactionInBuffer()
void reset()
Copyright © 2021 JBoss by Red Hat. All rights reserved.