Uses of Interface
io.debezium.connector.postgresql.connection.ReplicationConnection
-
Packages that use ReplicationConnection Package Description io.debezium.connector.postgresql io.debezium.connector.postgresql.connection -
-
Uses of ReplicationConnection in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as ReplicationConnection Modifier and Type Field Description private ReplicationConnectionPostgresChangeEventSourceFactory. replicationConnectionprivate ReplicationConnectionPostgresStreamingChangeEventSource. replicationConnectionMethods in io.debezium.connector.postgresql that return ReplicationConnection Modifier and Type Method Description ReplicationConnectionPostgresConnectorTask. createReplicationConnection(PostgresTaskContext taskContext, boolean doSnapshot, int maxRetries, Duration retryDelay)protected ReplicationConnectionPostgresTaskContext. createReplicationConnection(boolean doSnapshot)Constructors in io.debezium.connector.postgresql with parameters of type ReplicationConnection Constructor 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, PostgresConnection connection, EventDispatcher<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 ReplicationConnection Modifier and Type Class Description classPostgresReplicationConnectionImplementation of aReplicationConnectionfor Postgresql.Methods in io.debezium.connector.postgresql.connection that return ReplicationConnection Modifier and Type Method Description ReplicationConnectionPostgresReplicationConnection.ReplicationConnectionBuilder. build()ReplicationConnectionReplicationConnection.Builder. build()Creates a newReplicationConnectioninstance
-