Uses of Class
io.debezium.embedded.Transformations
Packages that use Transformations
-
Uses of Transformations in io.debezium.embedded
Fields in io.debezium.embedded declared as Transformations -
Uses of Transformations in io.debezium.embedded.async
Fields in io.debezium.embedded.async declared as TransformationsModifier and TypeFieldDescriptionprotected TransformationsAbstractRecordProcessor.transformationsprivate final TransformationsAsyncEmbeddedEngine.transformationsprivate final TransformationsProcessingCallables.TransformAndConsumeRecord.transformationsprivate final TransformationsProcessingCallables.TransformAndConvertRecord.transformationsprivate final TransformationsProcessingCallables.TransformConvertConsumeRecord.transformationsprivate final TransformationsProcessingCallables.TransformRecord.transformationsMethods in io.debezium.embedded.async with parameters of type TransformationsModifier and TypeMethodDescriptionvoidAbstractRecordProcessor.initialize(ExecutorService recordService, Transformations transformations) voidRecordProcessor.initialize(ExecutorService recordService, Transformations transformations) Initialize the processor with objects created and managed byDebeziumEngine, which are needed for records processing.Constructors in io.debezium.embedded.async with parameters of type TransformationsModifierConstructorDescription(package private)TransformAndConsumeRecord(org.apache.kafka.connect.source.SourceRecord record, Transformations transformations, Consumer<org.apache.kafka.connect.source.SourceRecord> consumer) (package private)TransformAndConvertRecord(org.apache.kafka.connect.source.SourceRecord record, Transformations transformations, Function<org.apache.kafka.connect.source.SourceRecord, R> converter) (package private)TransformConvertConsumeRecord(org.apache.kafka.connect.source.SourceRecord record, Transformations transformations, Function<org.apache.kafka.connect.source.SourceRecord, R> serializer, Consumer<R> consumer) (package private)TransformRecord(org.apache.kafka.connect.source.SourceRecord record, Transformations transformations) -
Uses of Transformations in io.debezium.engine.source
Fields in io.debezium.engine.source declared as TransformationsModifier and TypeFieldDescriptionprivate final TransformationsEngineSourceTaskContext.transformationsMethods in io.debezium.engine.source that return TransformationsModifier and TypeMethodDescriptionDebeziumSourceTaskContext.transformations()Gets the transformations which the task should apply to source events before passing them to the consumer.EngineSourceTaskContext.transformations()Constructors in io.debezium.engine.source with parameters of type TransformationsModifierConstructorDescriptionEngineSourceTaskContext(Map<String, String> config, org.apache.kafka.connect.storage.OffsetStorageReader offsetReader, org.apache.kafka.connect.storage.OffsetStorageWriter offsetWriter, io.debezium.engine.spi.OffsetCommitPolicy offsetCommitPolicy, Clock clock, Transformations transformations)