Uses of Interface
io.debezium.connector.postgresql.connection.ReplicationConnection.Builder
Packages that use ReplicationConnection.Builder
-
Uses of ReplicationConnection.Builder in io.debezium.connector.postgresql.connection
Classes in io.debezium.connector.postgresql.connection that implement ReplicationConnection.BuilderModifier and TypeClassDescriptionprotected static classMethods in io.debezium.connector.postgresql.connection that return ReplicationConnection.BuilderModifier and TypeMethodDescriptionReplicationConnection.builder(PostgresConnectorConfig config) Creates a newReplicationConnection.Builderinstance which can be used for creating replication connections.ReplicationConnection.Builder.dropSlotOnClose(boolean dropSlotOnClose) Whether or not to drop the replication slot once the replication connection closesPostgresReplicationConnection.ReplicationConnectionBuilder.jdbcMetadataConnection(PostgresConnection jdbcConnection) ReplicationConnection.Builder.jdbcMetadataConnection(PostgresConnection jdbcConnection) Provides a JDBC connection used to query metadata, database information, ...ReplicationConnection.Builder.statusUpdateInterval(Duration statusUpdateInterval) The number of milli-seconds the replication connection should periodically send updates to the server.ReplicationConnection.Builder.streamParams(String streamParams) Optional parameters to pass to the logical decoder when the stream starts.ReplicationConnection.Builder.withPlugin(PostgresConnectorConfig.LogicalDecoder plugin) Sets the instance for the PG logical decoding pluginPostgresReplicationConnection.ReplicationConnectionBuilder.withPublication(String publicationName) ReplicationConnection.Builder.withPublication(String publicationName) Sets the publication name for the PG logical publicationPostgresReplicationConnection.ReplicationConnectionBuilder.withPublicationAutocreateMode(PostgresConnectorConfig.AutoCreateMode publicationAutocreateMode) ReplicationConnection.Builder.withPublicationAutocreateMode(PostgresConnectorConfig.AutoCreateMode publicationAutocreateMode) Sets the publication autocreate mode for the PG logical publicationPostgresReplicationConnection.ReplicationConnectionBuilder.withSchema(PostgresSchema schema) ReplicationConnection.Builder.withSchema(PostgresSchema schema) Sets the schema instanceSets the name for the PG logical replication slotPostgresReplicationConnection.ReplicationConnectionBuilder.withTableFilter(RelationalTableFilters tableFilter) ReplicationConnection.Builder.withTableFilter(RelationalTableFilters tableFilter) Sets the publication tables to watch for the PG logical publicationPostgresReplicationConnection.ReplicationConnectionBuilder.withTypeRegistry(TypeRegistry typeRegistry) ReplicationConnection.Builder.withTypeRegistry(TypeRegistry typeRegistry)