Modifier and Type | Method and Description |
---|---|
static io.debezium.connector.postgresql.connection.ReplicationConnection |
PostgresObjectUtils.createReplicationConnection(io.debezium.connector.postgresql.PostgresTaskContext taskContext,
PostgresConnection postgresConnection,
boolean doSnapshot,
io.debezium.connector.postgresql.PostgresConnectorConfig connectorConfig) |
static PostgresOffset |
Utils.currentOffset(PostgresConnection jdbcConnection) |
static io.debezium.connector.postgresql.PostgresSchema |
PostgresObjectUtils.newSchema(PostgresConnection connection,
io.debezium.connector.postgresql.PostgresConnectorConfig config,
io.debezium.connector.postgresql.TypeRegistry typeRegistry,
io.debezium.schema.TopicSelector<io.debezium.relational.TableId> topicSelector,
io.debezium.connector.postgresql.PostgresValueConverter valueConverter)
Create a new PostgresSchema and initialize the content of the schema.
|
static io.debezium.connector.postgresql.PostgresSchema |
Utils.refreshSchema(io.debezium.connector.postgresql.PostgresSchema schema,
PostgresConnection pgConnection,
boolean printReplicaIdentityInfo) |
static void |
PostgresObjectUtils.waitForReplicationSlotReady(int retryTimes,
PostgresConnection jdbcConnection,
String slotName,
String pluginName) |
Constructor and Description |
---|
PostgresStreamingChangeEventSource(io.debezium.connector.postgresql.PostgresConnectorConfig connectorConfig,
io.debezium.connector.postgresql.spi.Snapshotter snapshotter,
PostgresConnection connection,
io.debezium.connector.postgresql.PostgresEventDispatcher<io.debezium.relational.TableId> dispatcher,
io.debezium.pipeline.ErrorHandler errorHandler,
io.debezium.util.Clock clock,
io.debezium.connector.postgresql.PostgresSchema schema,
io.debezium.connector.postgresql.PostgresTaskContext taskContext,
io.debezium.connector.postgresql.connection.ReplicationConnection replicationConnection) |
Modifier and Type | Method and Description |
---|---|
io.debezium.connector.postgresql.connection.ReplicationConnection.Builder |
PostgresReplicationConnection.ReplicationConnectionBuilder.jdbcMetadataConnection(PostgresConnection jdbcConnection) |
Modifier and Type | Method and Description |
---|---|
PostgresConnection |
PostgresDialect.openJdbcConnection() |
Modifier and Type | Method and Description |
---|---|
PostgresReplicationConnection |
PostgresDialect.openPostgresReplicationConnection(PostgresConnection jdbcConnection) |
Modifier and Type | Method and Description |
---|---|
PostgresConnection |
PostgresSourceFetchTaskContext.getConnection() |
Constructor and Description |
---|
PostgresSnapshotSplitReadTask(PostgresConnection jdbcConnection,
io.debezium.connector.postgresql.PostgresConnectorConfig connectorConfig,
io.debezium.connector.postgresql.PostgresSchema databaseSchema,
io.debezium.connector.postgresql.PostgresOffsetContext previousOffset,
JdbcSourceEventDispatcher dispatcher,
io.debezium.pipeline.source.spi.SnapshotProgressListener snapshotProgressListener,
SnapshotSplit snapshotSplit) |
StreamSplitReadTask(io.debezium.connector.postgresql.PostgresConnectorConfig connectorConfig,
io.debezium.connector.postgresql.spi.Snapshotter snapshotter,
PostgresConnection connection,
JdbcSourceEventDispatcher<io.debezium.connector.postgresql.PostgresPartition> dispatcher,
io.debezium.connector.postgresql.PostgresEventDispatcher<io.debezium.relational.TableId> postgresEventDispatcher,
io.debezium.pipeline.ErrorHandler errorHandler,
io.debezium.util.Clock clock,
io.debezium.connector.postgresql.PostgresSchema schema,
io.debezium.connector.postgresql.PostgresTaskContext taskContext,
io.debezium.connector.postgresql.connection.ReplicationConnection replicationConnection,
StreamSplit streamSplit) |
Constructor and Description |
---|
CustomPostgresSchema(PostgresConnection jdbcConnection,
PostgresSourceConfig sourceConfig) |
Copyright © 2025 The Apache Software Foundation. All rights reserved.