| Package | Description |
|---|---|
| io.debezium.connector.postgresql |
| Modifier and Type | Field and Description |
|---|---|
private PostgresConnection |
PostgresStreamingChangeEventSource.connection |
private PostgresConnection |
PostgresChangeRecordEmitter.connection |
private PostgresConnection |
PostgresConnectorTask.heartbeatConnection |
private PostgresConnection |
PostgresSnapshotChangeEventSource.jdbcConnection |
private PostgresConnection |
PostgresConnectorTask.jdbcConnection |
private PostgresConnection |
PostgresChangeEventSourceFactory.jdbcConnection |
| Modifier and Type | Method and Description |
|---|---|
private SlotState |
PostgresTaskContext.getCurrentSlotState(PostgresConnection connection) |
(package private) Long |
PostgresTaskContext.getSlotXmin(PostgresConnection connection) |
static PostgresOffsetContext |
PostgresOffsetContext.initialContext(PostgresConnectorConfig connectorConfig,
PostgresConnection jdbcConnection,
Clock clock) |
static PostgresOffsetContext |
PostgresOffsetContext.initialContext(PostgresConnectorConfig connectorConfig,
PostgresConnection jdbcConnection,
Clock clock,
Lsn lastCommitLsn,
Lsn lastCompletelyProcessedLsn) |
private void |
PostgresSchema.printReplicaIdentityInfo(PostgresConnection connection,
TableId tableId) |
protected PostgresSchema |
PostgresSchema.refresh(PostgresConnection connection,
boolean printReplicaIdentityInfo)
Initializes the content for this schema by reading all the database information from the supplied connection.
|
protected void |
PostgresSchema.refresh(PostgresConnection connection,
TableId tableId,
boolean refreshToastableColumns)
Refreshes this schema's content for a particular table
|
protected void |
PostgresTaskContext.refreshSchema(PostgresConnection connection,
boolean printReplicaIdentityInfo) |
private void |
PostgresSchema.refreshToastableColumnsMap(PostgresConnection connection,
TableId tableId) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.