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 ChainedLogicalCreateSlotBuilder
ChainedCreateReplicationSlotBuilder. logical()
Get the logical slot builder.ChainedLogicalCreateSlotBuilder
ReplicationCreateSlotBuilder. 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 class
LogicalCreateSlotBuilder
Methods in org.postgresql.replication.fluent.logical that return ChainedLogicalCreateSlotBuilder Modifier and Type Method Description protected ChainedLogicalCreateSlotBuilder
LogicalCreateSlotBuilder. self()
ChainedLogicalCreateSlotBuilder
ChainedLogicalCreateSlotBuilder. withOutputPlugin(java.lang.String outputPlugin)
Output plugin that should be use for decode physical represent WAL to some logical form.ChainedLogicalCreateSlotBuilder
LogicalCreateSlotBuilder. withOutputPlugin(java.lang.String outputPlugin)
-