| Package | Description |
|---|---|
| io.debezium.connector.postgresql |
| Modifier and Type | Field and Description |
|---|---|
private PostgresOffsetContext |
PostgresStreamingChangeEventSource.offsetContext |
private PostgresOffsetContext |
PostgresSnapshotChangeEventSource.previousOffset |
| Modifier and Type | Method and Description |
|---|---|
static PostgresOffsetContext |
PostgresOffsetContext.initialContext(PostgresConnectorConfig connectorConfig,
PostgresConnection jdbcConnection,
Clock clock) |
static PostgresOffsetContext |
PostgresOffsetContext.initialContext(PostgresConnectorConfig connectorConfig,
PostgresConnection jdbcConnection,
Clock clock,
Lsn lastCommitLsn,
Lsn lastCompletelyProcessedLsn) |
| Modifier and Type | Method and Description |
|---|---|
private void |
PostgresChangeEventSourceCoordinator.setSnapshotStartLsn(PostgresSnapshotChangeEventSource snapshotSource,
PostgresOffsetContext offsetContext) |
protected void |
PostgresSnapshotChangeEventSource.updateOffsetForPreSnapshotCatchUpStreaming(PostgresOffsetContext offset) |
private void |
PostgresSnapshotChangeEventSource.updateOffsetForSnapshot(PostgresOffsetContext offset) |
| Constructor and Description |
|---|
PostgresSnapshotChangeEventSource(PostgresConnectorConfig connectorConfig,
Snapshotter snapshotter,
PostgresOffsetContext previousOffset,
PostgresConnection jdbcConnection,
PostgresSchema schema,
EventDispatcher<TableId> dispatcher,
Clock clock,
SnapshotProgressListener snapshotProgressListener,
SlotCreationResult slotCreatedInfo,
SlotState startingSlotInfo) |
PostgresStreamingChangeEventSource(PostgresConnectorConfig connectorConfig,
Snapshotter snapshotter,
PostgresOffsetContext offsetContext,
PostgresConnection connection,
EventDispatcher<TableId> dispatcher,
ErrorHandler errorHandler,
Clock clock,
PostgresSchema schema,
PostgresTaskContext taskContext,
ReplicationConnection replicationConnection) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.