Class LogMinerAdapter
- java.lang.Object
-
- io.debezium.connector.oracle.AbstractStreamingAdapter
-
- io.debezium.connector.oracle.logminer.LogMinerAdapter
-
- All Implemented Interfaces:
StreamingAdapter
public class LogMinerAdapter extends AbstractStreamingAdapter
- Author:
- Chris Cranford
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.debezium.connector.oracle.StreamingAdapter
StreamingAdapter.TableNameCaseSensitivity
-
-
Field Summary
Fields Modifier and Type Field Description private static StringTYPE-
Fields inherited from class io.debezium.connector.oracle.AbstractStreamingAdapter
connectorConfig
-
-
Constructor Summary
Constructors Constructor Description LogMinerAdapter(OracleConnectorConfig connectorConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HistoryRecordComparatorgetHistoryRecordComparator()OffsetContext.Loader<OracleOffsetContext>getOffsetContextLoader()StreamingChangeEventSource<OraclePartition,OracleOffsetContext>getSource(OracleConnection connection, EventDispatcher<TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema, OracleTaskContext taskContext, Configuration jdbcConfig, OracleStreamingChangeEventSourceMetrics streamingMetrics)StringgetType()-
Methods inherited from class io.debezium.connector.oracle.AbstractStreamingAdapter
resolveScn
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.debezium.connector.oracle.StreamingAdapter
getTableNameCaseSensitivity
-
-
-
-
Field Detail
-
TYPE
private static final String TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LogMinerAdapter
public LogMinerAdapter(OracleConnectorConfig connectorConfig)
-
-
Method Detail
-
getType
public String getType()
-
getHistoryRecordComparator
public HistoryRecordComparator getHistoryRecordComparator()
-
getOffsetContextLoader
public OffsetContext.Loader<OracleOffsetContext> getOffsetContextLoader()
-
getSource
public StreamingChangeEventSource<OraclePartition,OracleOffsetContext> getSource(OracleConnection connection, EventDispatcher<TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema, OracleTaskContext taskContext, Configuration jdbcConfig, OracleStreamingChangeEventSourceMetrics streamingMetrics)
-
-