| 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(Connection connection,
LogMinerMetrics metrics)
This method query the database to get CURRENT online redo log file(s).
|
(package private) static long |
LogMinerHelper.getEndScn(Connection connection,
long startScn,
LogMinerMetrics metrics)
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 Log Miner content view.
|
private static void |
LogMinerHelper.updateRedoLogMetrics(Connection connection,
LogMinerMetrics metrics,
Set<String> fileNames)
This is to update MBean metrics associated with REDO LOG groups
|
| Constructor and Description |
|---|
LogMinerQueryResultProcessor(io.debezium.pipeline.source.spi.ChangeEventSource.ChangeEventSourceContext context,
LogMinerMetrics metrics,
TransactionalBuffer transactionalBuffer,
SimpleDmlParser dmlParser,
OracleOffsetContext offsetContext,
OracleDatabaseSchema schema,
io.debezium.pipeline.EventDispatcher<io.debezium.relational.TableId> dispatcher,
TransactionalBufferMetrics transactionalBufferMetrics,
String catalogName,
io.debezium.util.Clock clock) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.