| Modifier and Type | Field and Description |
|---|---|
private OracleConnectorConfig |
OracleChangeEventSourceFactory.configuration |
private OracleConnectorConfig |
OracleSnapshotChangeEventSource.connectorConfig |
| Modifier and Type | Method and Description |
|---|---|
private OracleOffsetContext |
OracleConnectorTask.getPreviousOffset(OracleConnectorConfig connectorConfig) |
private static Predicate<io.debezium.relational.TableId> |
OracleDatabaseSchema.getTableFilter(OracleConnectorConfig connectorConfig) |
| Constructor and Description |
|---|
OracleChangeEventSourceFactory(OracleConnectorConfig configuration,
OracleConnection jdbcConnection,
io.debezium.pipeline.ErrorHandler errorHandler,
io.debezium.pipeline.EventDispatcher dispatcher,
io.debezium.util.Clock clock,
OracleDatabaseSchema schema) |
OracleDatabaseSchema(OracleConnectorConfig connectorConfig,
io.debezium.util.SchemaNameAdjuster schemaNameAdjuster,
io.debezium.schema.TopicSelector<io.debezium.relational.TableId> topicSelector,
OracleConnection connection) |
OracleSnapshotChangeEventSource(OracleConnectorConfig connectorConfig,
OracleOffsetContext previousOffset,
OracleConnection jdbcConnection,
OracleDatabaseSchema schema) |
OracleStreamingChangeEventSource(OracleConnectorConfig connectorConfig,
OracleOffsetContext offsetContext,
io.debezium.jdbc.JdbcConnection jdbcConnection,
io.debezium.pipeline.EventDispatcher<?> dispatcher,
io.debezium.pipeline.ErrorHandler errorHandler,
io.debezium.util.Clock clock,
OracleDatabaseSchema schema) |
OracleTaskContext(OracleConnectorConfig config) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.