| Package | Description |
|---|---|
| io.debezium.connector.oracle | |
| io.debezium.connector.oracle.logminer |
| Modifier and Type | Field and Description |
|---|---|
private HistoryRecorder |
OracleConnectorConfig.logMiningHistoryRecorder |
| Modifier and Type | Method and Description |
|---|---|
HistoryRecorder |
OracleConnectorConfig.getLogMiningHistoryRecorder() |
private static HistoryRecorder |
OracleConnectorConfig.resolveLogMiningHistoryRecorder(io.debezium.config.Configuration config) |
| Modifier and Type | Class and Description |
|---|---|
class |
NeverHistoryRecorder
A history recorder implementation that does not do any recording.
|
| Modifier and Type | Field and Description |
|---|---|
private HistoryRecorder |
LogMinerQueryResultProcessor.historyRecorder |
| Modifier and Type | Method and Description |
|---|---|
static String |
RowMapper.getSqlRedo(TransactionalBufferMetrics metrics,
ResultSet rs,
boolean isDml,
HistoryRecorder historyRecorder,
Scn scn,
String tableName,
String segOwner,
int operationCode,
Timestamp changeTime,
String txId)
It constructs REDO_SQL.
|
| 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,
HistoryRecorder historyRecorder) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.