Uses of Interface
org.postgresql.replication.fluent.logical.ChainedLogicalCreateSlotBuilder
-
Packages that use ChainedLogicalCreateSlotBuilder Package Description org.postgresql.replication.fluent org.postgresql.replication.fluent.logical -
-
Uses of ChainedLogicalCreateSlotBuilder in org.postgresql.replication.fluent
Methods in org.postgresql.replication.fluent that return ChainedLogicalCreateSlotBuilder Modifier and Type Method Description ChainedLogicalCreateSlotBuilderChainedCreateReplicationSlotBuilder. logical()Get the logical slot builder.ChainedLogicalCreateSlotBuilderReplicationCreateSlotBuilder. logical() -
Uses of ChainedLogicalCreateSlotBuilder in org.postgresql.replication.fluent.logical
Classes in org.postgresql.replication.fluent.logical that implement ChainedLogicalCreateSlotBuilder Modifier and Type Class Description classLogicalCreateSlotBuilderMethods in org.postgresql.replication.fluent.logical that return ChainedLogicalCreateSlotBuilder Modifier and Type Method Description protected ChainedLogicalCreateSlotBuilderLogicalCreateSlotBuilder. self()ChainedLogicalCreateSlotBuilderChainedLogicalCreateSlotBuilder. withOutputPlugin(java.lang.String outputPlugin)Output plugin that should be use for decode physical represent WAL to some logical form.ChainedLogicalCreateSlotBuilderLogicalCreateSlotBuilder. withOutputPlugin(java.lang.String outputPlugin)
-