| Package | Description |
|---|---|
| io.debezium.connector.postgresql | |
| io.debezium.connector.postgresql.connection |
| Modifier and Type | Field and Description |
|---|---|
private ReplicationConnection |
PostgresStreamingChangeEventSource.replicationConnection |
private ReplicationConnection |
PostgresChangeEventSourceFactory.replicationConnection |
| Modifier and Type | Method and Description |
|---|---|
protected ReplicationConnection |
PostgresTaskContext.createReplicationConnection(boolean exportSnapshot,
boolean doSnapshot) |
ReplicationConnection |
PostgresConnectorTask.createReplicationConnection(PostgresTaskContext taskContext,
boolean shouldExport,
boolean doSnapshot,
int maxRetries,
Duration retryDelay) |
| Constructor and Description |
|---|
PostgresChangeEventSourceFactory(PostgresConnectorConfig configuration,
Snapshotter snapshotter,
PostgresConnection jdbcConnection,
ErrorHandler errorHandler,
EventDispatcher<TableId> dispatcher,
Clock clock,
PostgresSchema schema,
PostgresTaskContext taskContext,
ReplicationConnection replicationConnection,
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
PostgresReplicationConnection
Implementation of a
ReplicationConnection for Postgresql. |
| Modifier and Type | Method and Description |
|---|---|
ReplicationConnection |
ReplicationConnection.Builder.build()
Creates a new
ReplicationConnection instance |
ReplicationConnection |
PostgresReplicationConnection.ReplicationConnectionBuilder.build() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.