| Package | Description |
|---|---|
| io.debezium.connector.oracle.logminer |
| Modifier and Type | Field and Description |
|---|---|
private LogMinerMetrics |
LogMinerStreamingChangeEventSource.logMinerMetrics |
private LogMinerMetrics |
LogMinerQueryResultProcessor.metrics |
| Modifier and Type | Method and Description |
|---|---|
(package private) static Set<String> |
LogMinerHelper.getCurrentRedoLogFiles(OracleConnection connection,
LogMinerMetrics metrics)
This method query the database to get CURRENT online redo log file(s).
|
(package private) static Scn |
LogMinerHelper.getEndScn(OracleConnection connection,
Scn startScn,
LogMinerMetrics metrics,
int defaultBatchSize)
This method returns next SCN for mining and also updates MBean metrics
We use a configurable limit, because the larger mining range, the slower query from LogMiner content view.
|
void |
NeverHistoryRecorder.prepare(LogMinerMetrics metrics,
JdbcConfiguration jdbcConfiguration,
long retentionHours) |
void |
HistoryRecorder.prepare(LogMinerMetrics metrics,
JdbcConfiguration jdbcConfiguration,
long retentionHours)
Prepares the history recorder
|
(package private) static void |
LogMinerHelper.startLogMining(OracleConnection connection,
Scn startScn,
Scn endScn,
OracleConnectorConfig.LogMiningStrategy strategy,
boolean isContinuousMining,
LogMinerMetrics metrics)
This method builds mining view to query changes from.
|
private static void |
LogMinerHelper.updateRedoLogMetrics(OracleConnection connection,
LogMinerMetrics metrics,
Set<String> fileNames)
This is to update MBean metrics associated with REDO LOG groups
|
| Constructor and Description |
|---|
LogMinerQueryResultProcessor(ChangeEventSource.ChangeEventSourceContext context,
OracleConnection jdbcConnection,
OracleConnectorConfig connectorConfig,
LogMinerMetrics metrics,
TransactionalBuffer transactionalBuffer,
OracleOffsetContext offsetContext,
OracleDatabaseSchema schema,
EventDispatcher<TableId> dispatcher,
Clock clock,
HistoryRecorder historyRecorder) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.