Uses of Class
io.debezium.engine.source.EngineSourceTask
Packages that use EngineSourceTask
-
Uses of EngineSourceTask in io.debezium.embedded.async
Fields in io.debezium.embedded.async declared as EngineSourceTaskModifier and TypeFieldDescription(package private) final EngineSourceTaskAsyncEmbeddedEngine.PollRecords.taskFields in io.debezium.embedded.async with type parameters of type EngineSourceTaskMethods in io.debezium.embedded.async with parameters of type EngineSourceTaskModifier and TypeMethodDescriptionprivate RecordProcessorAsyncEmbeddedEngine.createRecordProcessor(String processorClassName, EngineSourceTask task) InstantiateRecordProcessorbased on the class name deremined inAsyncEmbeddedEngine.selectRecordProcessor()method.Method parameters in io.debezium.embedded.async with type arguments of type EngineSourceTaskModifier and TypeMethodDescriptionprivate voidAsyncEmbeddedEngine.createSourceTasks(EngineSourceConnector connector, List<EngineSourceTask> tasks) Creates list of connector tasks to be started as the sources of records.private voidAsyncEmbeddedEngine.runTasksPolling(List<EngineSourceTask> tasks) Schedules polling of provided tasks and wait until all polling tasks eventually finish.private voidAsyncEmbeddedEngine.startSourceTasks(List<EngineSourceTask> tasks) Starts the source tasks.private voidAsyncEmbeddedEngine.stopConnector(List<EngineSourceTask> tasks, AsyncEmbeddedEngine.State engineState) Stops connector's tasks if they are already running and then stops connector itself.private voidAsyncEmbeddedEngine.stopSourceTasks(List<EngineSourceTask> tasks) Stops all the connector's tasks.Constructors in io.debezium.embedded.async with parameters of type EngineSourceTaskModifierConstructorDescription(package private)(package private)PollRecords(EngineSourceTask task, RecordProcessor processor, AtomicReference<AsyncEmbeddedEngine.State> engineState) (package private)