Package io.debezium.connector.oracle
Class AbstractStreamingAdapter
- java.lang.Object
-
- io.debezium.connector.oracle.AbstractStreamingAdapter
-
- All Implemented Interfaces:
StreamingAdapter
- Direct Known Subclasses:
LogMinerAdapter,XStreamAdapter
public abstract class AbstractStreamingAdapter extends Object implements StreamingAdapter
Abstract implementation of theStreamingAdapterfor which all streaming adapters are derived.- 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 protected OracleConnectorConfigconnectorConfig
-
Constructor Summary
Constructors Constructor Description AbstractStreamingAdapter(OracleConnectorConfig connectorConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ScnresolveScn(Document document)-
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
getHistoryRecordComparator, getOffsetContextLoader, getSource, getTableNameCaseSensitivity, getType
-
-
-
-
Field Detail
-
connectorConfig
protected final OracleConnectorConfig connectorConfig
-
-
Constructor Detail
-
AbstractStreamingAdapter
public AbstractStreamingAdapter(OracleConnectorConfig connectorConfig)
-
-