| Package | Description |
|---|---|
| io.debezium.connector.postgresql |
| Modifier and Type | Field and Description |
|---|---|
protected SourceInfo |
RecordsProducer.sourceInfo |
| Modifier and Type | Method and Description |
|---|---|
protected SourceInfo |
SourceInfo.markLastSnapshotRecord() |
protected SourceInfo |
SourceInfo.update(Long useconds) |
protected SourceInfo |
SourceInfo.update(Long lsn,
Long useconds,
Integer txId)
Updates the source with information about a particular received or read event.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
PostgresConnectorTask.createSnapshotProducer(PostgresTaskContext taskContext,
SourceInfo sourceInfo,
boolean initialOnlySnapshot) |
| Constructor and Description |
|---|
RecordsProducer(PostgresTaskContext taskContext,
SourceInfo sourceInfo) |
RecordsSnapshotProducer(PostgresTaskContext taskContext,
SourceInfo sourceInfo,
boolean continueStreamingAfterCompletion) |
RecordsStreamProducer(PostgresTaskContext taskContext,
SourceInfo sourceInfo)
Creates new producer instance for the given task context
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.