Package io.debezium.connector.oracle
Class OracleSignalBasedIncrementalSnapshotChangeEventSource
- java.lang.Object
-
- io.debezium.pipeline.source.snapshot.incremental.AbstractIncrementalSnapshotChangeEventSource<T>
-
- io.debezium.pipeline.source.snapshot.incremental.SignalBasedIncrementalSnapshotChangeEventSource<TableId>
-
- io.debezium.connector.oracle.OracleSignalBasedIncrementalSnapshotChangeEventSource
-
- All Implemented Interfaces:
IncrementalSnapshotChangeEventSource<TableId>
public class OracleSignalBasedIncrementalSnapshotChangeEventSource extends SignalBasedIncrementalSnapshotChangeEventSource<TableId>
- Author:
- Chris Cranford
-
-
Field Summary
Fields Modifier and Type Field Description private OracleConnectionconnectionprivate StringpdbName-
Fields inherited from class io.debezium.pipeline.source.snapshot.incremental.AbstractIncrementalSnapshotChangeEventSource
context, dispatcher, jdbcConnection, window
-
-
Constructor Summary
Constructors Constructor Description OracleSignalBasedIncrementalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig config, JdbcConnection jdbcConnection, EventDispatcher<TableId> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener progressListener, DataChangeEventListener dataChangeEventListener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetSignalTableName(String dataCollectionId)protected voidpostIncrementalSnapshotCompleted()protected voidpostReadChunk(IncrementalSnapshotContext<TableId> context)protected voidpreReadChunk(IncrementalSnapshotContext<TableId> context)-
Methods inherited from class io.debezium.pipeline.source.snapshot.incremental.SignalBasedIncrementalSnapshotChangeEventSource
emitWindowClose, emitWindowOpen, processMessage
-
Methods inherited from class io.debezium.pipeline.source.snapshot.incremental.AbstractIncrementalSnapshotChangeEventSource
addDataCollectionNamesToSnapshot, addKeyColumnsToCondition, buildChunkQuery, buildChunkQuery, buildMaxPrimaryKeyQuery, closeWindow, deduplicateWindow, getChangeRecordEmitter, init, readChunk, readTableChunkStatement, refreshTableSchema, sendEvent, sendWindowEvents, setContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.debezium.pipeline.source.snapshot.incremental.IncrementalSnapshotChangeEventSource
processFilteredEvent, processHeartbeat, processTransactionCommittedEvent, processTransactionStartedEvent
-
-
-
-
Field Detail
-
pdbName
private final String pdbName
-
connection
private final OracleConnection connection
-
-
Constructor Detail
-
OracleSignalBasedIncrementalSnapshotChangeEventSource
public OracleSignalBasedIncrementalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig config, JdbcConnection jdbcConnection, EventDispatcher<TableId> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener progressListener, DataChangeEventListener dataChangeEventListener)
-
-
Method Detail
-
getSignalTableName
protected String getSignalTableName(String dataCollectionId)
- Overrides:
getSignalTableNamein classAbstractIncrementalSnapshotChangeEventSource<TableId>
-
preReadChunk
protected void preReadChunk(IncrementalSnapshotContext<TableId> context)
- Overrides:
preReadChunkin classAbstractIncrementalSnapshotChangeEventSource<TableId>
-
postReadChunk
protected void postReadChunk(IncrementalSnapshotContext<TableId> context)
- Overrides:
postReadChunkin classAbstractIncrementalSnapshotChangeEventSource<TableId>
-
postIncrementalSnapshotCompleted
protected void postIncrementalSnapshotCompleted()
- Overrides:
postIncrementalSnapshotCompletedin classAbstractIncrementalSnapshotChangeEventSource<TableId>
-
-