| Package | Description |
|---|---|
| io.debezium.connector.postgresql |
| Modifier and Type | Field and Description |
|---|---|
protected SourceInfo |
RecordsProducer.sourceInfo |
private SourceInfo |
PostgresOffsetContext.sourceInfo |
| Modifier and Type | Method and Description |
|---|---|
protected SourceInfo |
SourceInfo.update(Instant timestamp,
TableId tableId) |
protected SourceInfo |
SourceInfo.update(Long lsn,
Instant commitTime,
Long txId,
TableId tableId,
Long xmin)
Updates the source with information about a particular received or read event.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.kafka.connect.data.Struct |
PostgresSourceInfoStructMaker.struct(SourceInfo sourceInfo) |
org.apache.kafka.connect.data.Struct |
LegacyV1PostgresSourceInfoStructMaker.struct(SourceInfo sourceInfo) |
| Constructor and Description |
|---|
RecordsProducer(PostgresTaskContext taskContext,
SourceInfo sourceInfo) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.