public interface ReplicationProtocol
Abstracts the protocol-specific details of physic and logic replication.
With each connection open with replication options associate own instance ReplicationProtocol.
| Modifier and Type | Method and Description |
|---|---|
RedshiftReplicationStream |
startLogical(LogicalReplicationOptions options,
RedshiftLogger logger) |
RedshiftReplicationStream |
startPhysical(PhysicalReplicationOptions options,
RedshiftLogger logger) |
RedshiftReplicationStream startLogical(LogicalReplicationOptions options, RedshiftLogger logger) throws SQLException
options - not null options for logical replication streamlogger - the logger to log the entry for debugging.SQLException - on errorRedshiftReplicationStream startPhysical(PhysicalReplicationOptions options, RedshiftLogger logger) throws SQLException
options - not null options for physical replication streamlogger - the logger to log the entry for debugging.SQLException - on errorCopyright © 2024 Amazon.com Inc.. All rights reserved.