Class V3ReplicationProtocol
java.lang.Object
org.postgresql.core.v3.replication.V3ReplicationProtocol
- All Implemented Interfaces:
ReplicationProtocol
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstartLogical(LogicalReplicationOptions options) startPhysical(PhysicalReplicationOptions options)
-
Constructor Details
-
V3ReplicationProtocol
-
-
Method Details
-
startLogical
- Specified by:
startLogicalin interfaceReplicationProtocol- Parameters:
options- not null options for logical replication stream- Returns:
- not null stream instance from which available fetch wal logs that was decode by output plugin
- Throws:
SQLException- on error
-
startPhysical
- Specified by:
startPhysicalin interfaceReplicationProtocol- Parameters:
options- not null options for physical replication stream- Returns:
- not null stream instance from which available fetch wal logs
- Throws:
SQLException- on error
-