クラス LogicalCreateSlotBuilder
java.lang.Object
org.postgresql.replication.fluent.AbstractCreateSlotBuilder<ChainedLogicalCreateSlotBuilder>
org.postgresql.replication.fluent.logical.LogicalCreateSlotBuilder
- すべての実装されたインタフェース:
ChainedCommonCreateSlotBuilder<ChainedLogicalCreateSlotBuilder>
,ChainedLogicalCreateSlotBuilder
public class LogicalCreateSlotBuilder
extends AbstractCreateSlotBuilder<ChainedLogicalCreateSlotBuilder>
implements ChainedLogicalCreateSlotBuilder
-
フィールドの概要
クラスから継承されたフィールド org.postgresql.replication.fluent.AbstractCreateSlotBuilder
connection, slotName, temporaryOption
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明make()
Create slot with specified parameters in database.protected ChainedLogicalCreateSlotBuilder
self()
withOutputPlugin
(String outputPlugin) Output plugin that should be use for decode physical represent WAL to some logical form.クラスから継承されたメソッド org.postgresql.replication.fluent.AbstractCreateSlotBuilder
withSlotName, withTemporaryOption
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
インタフェースから継承されたメソッド org.postgresql.replication.fluent.ChainedCommonCreateSlotBuilder
withSlotName, withTemporaryOption
-
コンストラクタの詳細
-
LogicalCreateSlotBuilder
-
-
メソッドの詳細
-
self
-
withOutputPlugin
インタフェースからコピーされた説明:ChainedLogicalCreateSlotBuilder
Output plugin that should be use for decode physical represent WAL to some logical form. Output plugin should be installed on server(exists in shared_preload_libraries).
Package postgresql-contrib provides sample output plugin test_decoding that can be use for test logical replication api
- 定義:
withOutputPlugin
インタフェース内ChainedLogicalCreateSlotBuilder
- パラメータ:
outputPlugin
- not null name of the output plugin used for logical decoding- 戻り値:
- the logical slot builder
-
make
インタフェースからコピーされた説明:ChainedCommonCreateSlotBuilder
Create slot with specified parameters in database.- 定義:
make
インタフェース内ChainedCommonCreateSlotBuilder<ChainedLogicalCreateSlotBuilder>
- 戻り値:
- ReplicationSlotInfo with the information of the created slot.
- 例外:
SQLException
- on error
-