Uses of Interface
io.debezium.connector.postgresql.connection.ReplicationConnection
Packages that use ReplicationConnection
-
Uses of ReplicationConnection in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as ReplicationConnectionModifier and TypeFieldDescriptionprivate final ReplicationConnectionPostgresChangeEventSourceFactory.replicationConnectionprivate ReplicationConnectionPostgresConnectorTask.replicationConnectionprivate final ReplicationConnectionPostgresStreamingChangeEventSource.replicationConnectionMethods in io.debezium.connector.postgresql that return ReplicationConnectionModifier and TypeMethodDescriptionPostgresConnectorTask.createReplicationConnection(PostgresTaskContext taskContext, int maxRetries, Duration retryDelay) protected ReplicationConnectionPostgresTaskContext.createReplicationConnection(PostgresConnection jdbcConnection) Constructors in io.debezium.connector.postgresql with parameters of type ReplicationConnectionModifierConstructorDescriptionPostgresChangeEventSourceFactory(PostgresConnectorConfig configuration, SnapshotterService snapshotterService, MainConnectionProvidingConnectionFactory<PostgresConnection> connectionFactory, ErrorHandler errorHandler, PostgresEventDispatcher<TableId> dispatcher, Clock clock, PostgresSchema schema, PostgresTaskContext taskContext, ReplicationConnection replicationConnection, SlotCreationResult slotCreatedInfo, SlotState startingSlotInfo) PostgresStreamingChangeEventSource(PostgresConnectorConfig connectorConfig, SnapshotterService snapshotterService, PostgresConnection connection, PostgresEventDispatcher<TableId> dispatcher, ErrorHandler errorHandler, Clock clock, PostgresSchema schema, PostgresTaskContext taskContext, ReplicationConnection replicationConnection) -
Uses of ReplicationConnection in io.debezium.connector.postgresql.connection
Classes in io.debezium.connector.postgresql.connection that implement ReplicationConnectionMethods in io.debezium.connector.postgresql.connection that return ReplicationConnectionModifier and TypeMethodDescriptionPostgresReplicationConnection.ReplicationConnectionBuilder.build()ReplicationConnection.Builder.build()Creates a newReplicationConnectioninstance