| Package | Description |
|---|---|
| io.debezium.connector.oracle | |
| io.debezium.connector.oracle.logminer | |
| io.debezium.connector.oracle.xstream |
| Modifier and Type | Field and Description |
|---|---|
private OracleOffsetContext |
BaseOracleSchemaChangeEventEmitter.offsetContext |
| Modifier and Type | Method and Description |
|---|---|
(package private) OracleOffsetContext |
OracleOffsetContext.Builder.build() |
| Constructor and Description |
|---|
BaseOracleSchemaChangeEventEmitter(OracleOffsetContext offsetContext,
io.debezium.relational.TableId tableId,
String sourceDatabaseName,
String objectOwner,
String ddlText,
String commandType) |
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) |
| Modifier and Type | Field and Description |
|---|---|
private OracleOffsetContext |
LogMinerStreamingChangeEventSource.offsetContext |
private OracleOffsetContext |
LogMinerQueryResultProcessor.offsetContext |
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
TransactionalBuffer.commit(String transactionId,
Scn scn,
OracleOffsetContext offsetContext,
Timestamp timestamp,
io.debezium.pipeline.source.spi.ChangeEventSource.ChangeEventSourceContext context,
String debugMessage)
If the commit executor queue is full, back-pressure will be applied by letting execution of the callback
be performed by the calling thread.
|
| 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) |
LogMinerSchemaChangeEventEmitter(OracleOffsetContext offsetContext,
io.debezium.relational.TableId tableId,
LogMinerDdlEntry ddlLcr) |
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) |
| Modifier and Type | Field and Description |
|---|---|
private OracleOffsetContext |
XstreamStreamingChangeEventSource.offsetContext |
private OracleOffsetContext |
LcrEventHandler.offsetContext |
| Constructor and Description |
|---|
LcrEventHandler(io.debezium.pipeline.ErrorHandler errorHandler,
io.debezium.pipeline.EventDispatcher<io.debezium.relational.TableId> dispatcher,
io.debezium.util.Clock clock,
io.debezium.relational.RelationalDatabaseSchema schema,
OracleOffsetContext offsetContext,
boolean tablenameCaseInsensitive,
XstreamStreamingChangeEventSource eventSource) |
XStreamSchemaChangeEventEmitter(OracleOffsetContext offsetContext,
io.debezium.relational.TableId tableId,
oracle.streams.DDLLCR ddlLcr) |
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.