Uses of Class
io.debezium.connector.oracle.OracleTaskContext
Packages that use OracleTaskContext
Package
Description
-
Uses of OracleTaskContext in io.debezium.connector.oracle
Fields in io.debezium.connector.oracle declared as OracleTaskContextModifier and TypeFieldDescriptionprivate final OracleTaskContextOracleChangeEventSourceFactory.taskContextprivate OracleTaskContextOracleConnectorTask.taskContextMethods in io.debezium.connector.oracle with parameters of type OracleTaskContextModifier and TypeMethodDescriptionStreamingAdapter.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 OracleTaskContextModifierConstructorDescriptionOracleChangeEventSourceFactory(OracleConnectorConfig configuration, MainConnectionProvidingConnectionFactory<OracleConnection> connectionFactory, 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 OracleTaskContextModifier and TypeMethodDescriptionLogMinerAdapter.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.olr
Methods in io.debezium.connector.oracle.olr with parameters of type OracleTaskContextModifier and TypeMethodDescriptionOpenLogReplicatorAdapter.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 OracleTaskContextModifier and TypeMethodDescriptionXStreamAdapter.getSource(OracleConnection connection, EventDispatcher<OraclePartition, TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema, OracleTaskContext taskContext, Configuration jdbcConfig, OracleStreamingChangeEventSourceMetrics streamingMetrics)