パッケージ org.postgresql.core
インタフェース ReplicationProtocol
- 既知の実装クラスのリスト:
V3ReplicationProtocol
public interface ReplicationProtocol
Abstracts the protocol-specific details of physic and logic replication.
With each connection open with replication options associate own instance ReplicationProtocol.
-
メソッドの概要
修飾子とタイプメソッド説明startLogical
(LogicalReplicationOptions options) startPhysical
(PhysicalReplicationOptions options)
-
メソッドの詳細
-
startLogical
- パラメータ:
options
- not null options for logical replication stream- 戻り値:
- not null stream instance from which available fetch wal logs that was decode by output plugin
- 例外:
SQLException
- on error
-
startPhysical
- パラメータ:
options
- not null options for physical replication stream- 戻り値:
- not null stream instance from which available fetch wal logs
- 例外:
SQLException
- on error
-