Uses of Class
io.debezium.connector.postgresql.SourceInfo
-
Packages that use SourceInfo Package Description io.debezium.connector.postgresql -
-
Uses of SourceInfo in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as SourceInfo Modifier and Type Field Description private SourceInfoPostgresOffsetContext. sourceInfoprotected SourceInfoRecordsProducer. sourceInfoMethods in io.debezium.connector.postgresql that return SourceInfo Modifier and Type Method Description protected SourceInfoSourceInfo. update(Lsn lsn, Instant commitTime, Long txId, TableId tableId, Long xmin)Updates the source with information about a particular received or read event.protected SourceInfoSourceInfo. update(Instant timestamp, TableId tableId)protected 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 SourceInfo Modifier and Type Method Description org.apache.kafka.connect.data.StructLegacyV1PostgresSourceInfoStructMaker. struct(SourceInfo sourceInfo)org.apache.kafka.connect.data.StructPostgresSourceInfoStructMaker. struct(SourceInfo sourceInfo)Constructors in io.debezium.connector.postgresql with parameters of type SourceInfo Constructor Description RecordsProducer(PostgresTaskContext taskContext, SourceInfo sourceInfo)
-