Uses of Class
io.debezium.connector.postgresql.SourceInfo
Packages that use SourceInfo
-
Uses of SourceInfo in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as SourceInfoMethods in io.debezium.connector.postgresql that return SourceInfoModifier and TypeMethodDescriptionprotected SourceInfoSourceInfo.update(Lsn lsn, Instant commitTime, Long txId, Long xmin, TableId tableId, ReplicationMessage.Operation messageType) Updates the source with information about a particular received or read event.protected SourceInfoprotected SourceInfoSourceInfo.updateLastCommit(Lsn lsn) Updates the source with the LSN of the last committed transaction.Methods in io.debezium.connector.postgresql with parameters of type SourceInfoModifier and TypeMethodDescriptionorg.apache.kafka.connect.data.StructPostgresSourceInfoStructMaker.struct(SourceInfo sourceInfo) Constructors in io.debezium.connector.postgresql with parameters of type SourceInfoModifierConstructorDescriptionprotectedRecordsProducer(PostgresTaskContext taskContext, SourceInfo sourceInfo)