| 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(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(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(ChangeEventSource.ChangeEventSourceContext context,
OracleConnection jdbcConnection,
OracleConnectorConfig connectorConfig,
OracleStreamingChangeEventSourceMetrics streamingMetrics,
TransactionalBuffer transactionalBuffer,
OracleOffsetContext offsetContext,
OracleDatabaseSchema schema,
EventDispatcher<TableId> dispatcher,
Clock clock,
HistoryRecorder historyRecorder) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.