Uses of Interface
io.debezium.connector.oracle.StreamingAdapter
-
Packages that use StreamingAdapter Package Description io.debezium.connector.oracle io.debezium.connector.oracle.logminer io.debezium.connector.oracle.xstream -
-
Uses of StreamingAdapter in io.debezium.connector.oracle
Classes in io.debezium.connector.oracle that implement StreamingAdapter Modifier and Type Class Description classAbstractStreamingAdapterAbstract implementation of theStreamingAdapterfor which all streaming adapters are derived.Fields in io.debezium.connector.oracle declared as StreamingAdapter Modifier and Type Field Description private StreamingAdapterOracleConnectorConfig. streamingAdapterMethods in io.debezium.connector.oracle that return StreamingAdapter Modifier and Type Method Description StreamingAdapterOracleConnectorConfig. getAdapter()abstract StreamingAdapterOracleConnectorConfig.ConnectorAdapter. getInstance(OracleConnectorConfig connectorConfig) -
Uses of StreamingAdapter in io.debezium.connector.oracle.logminer
Classes in io.debezium.connector.oracle.logminer that implement StreamingAdapter Modifier and Type Class Description classLogMinerAdapter -
Uses of StreamingAdapter in io.debezium.connector.oracle.xstream
Classes in io.debezium.connector.oracle.xstream that implement StreamingAdapter Modifier and Type Class Description classXStreamAdapterThe streaming adapter implementation for Oracle XStream.
-