インタフェース ChainedLogicalCreateSlotBuilder
- すべてのスーパーインタフェース:
ChainedCommonCreateSlotBuilder<ChainedLogicalCreateSlotBuilder>
- 既知の実装クラスのリスト:
LogicalCreateSlotBuilder
public interface ChainedLogicalCreateSlotBuilder
extends ChainedCommonCreateSlotBuilder<ChainedLogicalCreateSlotBuilder>
Logical replication slot specific parameters.
-
メソッドの概要
修飾子とタイプメソッド説明withOutputPlugin
(String outputPlugin) Output plugin that should be use for decode physical represent WAL to some logical form.インタフェースから継承されたメソッド org.postgresql.replication.fluent.ChainedCommonCreateSlotBuilder
make, withSlotName, withTemporaryOption
-
メソッドの詳細
-
withOutputPlugin
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
- パラメータ:
outputPlugin
- not null name of the output plugin used for logical decoding- 戻り値:
- the logical slot builder
-