クラス V3ReplicationProtocol
java.lang.Object
org.postgresql.core.v3.replication.V3ReplicationProtocol
- すべての実装されたインタフェース:
ReplicationProtocol
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明startLogical
(LogicalReplicationOptions options) startPhysical
(PhysicalReplicationOptions options)
-
コンストラクタの詳細
-
V3ReplicationProtocol
-
-
メソッドの詳細
-
startLogical
- 定義:
startLogical
インタフェース内ReplicationProtocol
- パラメータ:
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
- 定義:
startPhysical
インタフェース内ReplicationProtocol
- パラメータ:
options
- not null options for physical replication stream- 戻り値:
- not null stream instance from which available fetch wal logs
- 例外:
SQLException
- on error
-