| Package | Description |
|---|---|
| io.debezium.connector.oracle | |
| io.debezium.connector.oracle.logminer | |
| io.debezium.connector.oracle.xstream |
| Modifier and Type | Field and Description |
|---|---|
private OracleConnectorConfig |
OracleChangeEventSourceFactory.configuration |
private OracleConnectorConfig |
OracleSnapshotChangeEventSource.connectorConfig |
private OracleConnectorConfig |
OracleOffsetContext.Builder.connectorConfig |
private OracleConnectorConfig |
OracleOffsetContext.Loader.connectorConfig |
| Modifier and Type | Method and Description |
|---|---|
static io.debezium.schema.TopicSelector<io.debezium.relational.TableId> |
OracleTopicSelector.defaultSelector(OracleConnectorConfig connectorConfig) |
OracleOffsetContext.Builder |
OracleOffsetContext.Builder.logicalName(OracleConnectorConfig connectorConfig) |
| Constructor and Description |
|---|
Loader(OracleConnectorConfig connectorConfig,
OracleConnectorConfig.ConnectorAdapter adapter) |
OracleChangeEventSourceFactory(OracleConnectorConfig configuration,
OracleConnection jdbcConnection,
io.debezium.pipeline.ErrorHandler errorHandler,
io.debezium.pipeline.EventDispatcher<io.debezium.relational.TableId> dispatcher,
io.debezium.util.Clock clock,
OracleDatabaseSchema schema,
io.debezium.config.Configuration jdbcConfig,
OracleTaskContext taskContext) |
OracleDatabaseSchema(OracleConnectorConfig connectorConfig,
io.debezium.util.SchemaNameAdjuster schemaNameAdjuster,
io.debezium.schema.TopicSelector<io.debezium.relational.TableId> topicSelector,
OracleConnection connection) |
OracleOffsetContext(OracleConnectorConfig connectorConfig,
long scn,
LcrPosition lcrPosition,
boolean snapshot,
boolean snapshotCompleted,
io.debezium.pipeline.txmetadata.TransactionContext transactionContext) |
OracleOffsetContext(OracleConnectorConfig connectorConfig,
long scn,
Long commitScn,
LcrPosition lcrPosition,
boolean snapshot,
boolean snapshotCompleted,
io.debezium.pipeline.txmetadata.TransactionContext transactionContext) |
OracleSnapshotChangeEventSource(OracleConnectorConfig connectorConfig,
OracleOffsetContext previousOffset,
OracleConnection jdbcConnection,
OracleDatabaseSchema schema,
io.debezium.pipeline.EventDispatcher<io.debezium.relational.TableId> dispatcher,
io.debezium.util.Clock clock,
io.debezium.pipeline.source.spi.SnapshotProgressListener snapshotProgressListener) |
OracleTaskContext(OracleConnectorConfig config,
OracleDatabaseSchema schema) |
OracleValueConverters(OracleConnectorConfig config,
OracleConnection connection) |
SourceInfo(OracleConnectorConfig connectorConfig) |
| Modifier and Type | Field and Description |
|---|---|
private OracleConnectorConfig |
LogMinerStreamingChangeEventSource.connectorConfig |
private OracleConnectorConfig |
LogMinerQueryResultProcessor.connectorConfig |
| Modifier and Type | Method and Description |
|---|---|
private static String |
SqlUtils.buildSchemaPredicate(OracleConnectorConfig connectorConfig) |
private static String |
SqlUtils.buildTablePredicate(OracleConnectorConfig connectorConfig) |
(package private) static String |
SqlUtils.logMinerContentsQuery(OracleConnectorConfig connectorConfig,
String logMinerUser)
This is the query from the LogMiner view to get changes.
|
private static DmlParser |
LogMinerQueryResultProcessor.resolveParser(OracleConnectorConfig connectorConfig,
OracleConnection connection) |
| Constructor and Description |
|---|
LogMinerMetrics(io.debezium.connector.common.CdcSourceTaskContext taskContext,
OracleConnectorConfig connectorConfig) |
LogMinerQueryResultProcessor(io.debezium.pipeline.source.spi.ChangeEventSource.ChangeEventSourceContext context,
OracleConnection jdbcConnection,
OracleConnectorConfig connectorConfig,
LogMinerMetrics metrics,
TransactionalBuffer transactionalBuffer,
OracleOffsetContext offsetContext,
OracleDatabaseSchema schema,
io.debezium.pipeline.EventDispatcher<io.debezium.relational.TableId> dispatcher,
io.debezium.util.Clock clock,
HistoryRecorder historyRecorder) |
LogMinerStreamingChangeEventSource(OracleConnectorConfig connectorConfig,
OracleOffsetContext offsetContext,
OracleConnection jdbcConnection,
io.debezium.pipeline.EventDispatcher<io.debezium.relational.TableId> dispatcher,
io.debezium.pipeline.ErrorHandler errorHandler,
io.debezium.util.Clock clock,
OracleDatabaseSchema schema,
OracleTaskContext taskContext,
io.debezium.config.Configuration jdbcConfig) |
| Constructor and Description |
|---|
XstreamStreamingChangeEventSource(OracleConnectorConfig connectorConfig,
OracleOffsetContext offsetContext,
io.debezium.jdbc.JdbcConnection jdbcConnection,
io.debezium.pipeline.EventDispatcher<io.debezium.relational.TableId> dispatcher,
io.debezium.pipeline.ErrorHandler errorHandler,
io.debezium.util.Clock clock,
OracleDatabaseSchema schema) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.