Uses of Class
io.debezium.connector.oracle.OracleTaskContext
-
Packages that use OracleTaskContext Package Description io.debezium.connector.oracle io.debezium.connector.oracle.logminer io.debezium.connector.oracle.xstream -
-
Uses of OracleTaskContext in io.debezium.connector.oracle
Fields in io.debezium.connector.oracle declared as OracleTaskContext Modifier and Type Field Description private OracleTaskContextOracleChangeEventSourceFactory. taskContextprivate OracleTaskContextOracleConnectorTask. taskContextMethods in io.debezium.connector.oracle with parameters of type OracleTaskContext Modifier and Type Method Description StreamingChangeEventSource<OraclePartition,OracleOffsetContext>StreamingAdapter. getSource(OracleConnection connection, EventDispatcher<OraclePartition,TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema, OracleTaskContext taskContext, Configuration jdbcConfig, OracleStreamingChangeEventSourceMetrics streamingMetrics)Constructors in io.debezium.connector.oracle with parameters of type OracleTaskContext Constructor Description OracleChangeEventSourceFactory(OracleConnectorConfig configuration, OracleConnection jdbcConnection, ErrorHandler errorHandler, EventDispatcher<OraclePartition,TableId> dispatcher, Clock clock, OracleDatabaseSchema schema, Configuration jdbcConfig, OracleTaskContext taskContext, OracleStreamingChangeEventSourceMetrics streamingMetrics) -
Uses of OracleTaskContext in io.debezium.connector.oracle.logminer
Methods in io.debezium.connector.oracle.logminer with parameters of type OracleTaskContext Modifier and Type Method Description StreamingChangeEventSource<OraclePartition,OracleOffsetContext>LogMinerAdapter. getSource(OracleConnection connection, EventDispatcher<OraclePartition,TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema, OracleTaskContext taskContext, Configuration jdbcConfig, OracleStreamingChangeEventSourceMetrics streamingMetrics) -
Uses of OracleTaskContext in io.debezium.connector.oracle.xstream
Methods in io.debezium.connector.oracle.xstream with parameters of type OracleTaskContext Modifier and Type Method Description StreamingChangeEventSource<OraclePartition,OracleOffsetContext>XStreamAdapter. getSource(OracleConnection connection, EventDispatcher<OraclePartition,TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema, OracleTaskContext taskContext, Configuration jdbcConfig, OracleStreamingChangeEventSourceMetrics streamingMetrics)
-