public class V3ReplicationProtocol extends Object implements ReplicationProtocol
| Constructor and Description |
|---|
V3ReplicationProtocol(QueryExecutor queryExecutor,
RedshiftStream pgStream) |
| Modifier and Type | Method and Description |
|---|---|
RedshiftReplicationStream |
startLogical(LogicalReplicationOptions options,
RedshiftLogger logger) |
RedshiftReplicationStream |
startPhysical(PhysicalReplicationOptions options,
RedshiftLogger logger) |
public V3ReplicationProtocol(QueryExecutor queryExecutor, RedshiftStream pgStream)
public RedshiftReplicationStream startLogical(LogicalReplicationOptions options, RedshiftLogger logger) throws SQLException
startLogical in interface ReplicationProtocoloptions - not null options for logical replication streamlogger - the logger to log the entry for debugging.SQLException - on errorpublic RedshiftReplicationStream startPhysical(PhysicalReplicationOptions options, RedshiftLogger logger) throws SQLException
startPhysical in interface ReplicationProtocoloptions - 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.