Uses of Interface
org.postgresql.replication.fluent.logical.ChainedLogicalStreamBuilder
-
Packages that use ChainedLogicalStreamBuilder Package Description org.postgresql.replication.fluent org.postgresql.replication.fluent.logical -
-
Uses of ChainedLogicalStreamBuilder in org.postgresql.replication.fluent
Methods in org.postgresql.replication.fluent that return ChainedLogicalStreamBuilder Modifier and Type Method Description ChainedLogicalStreamBuilder
ChainedStreamBuilder. logical()
Create logical replication stream that decode raw wal logs by output plugin to logical form.ChainedLogicalStreamBuilder
ReplicationStreamBuilder. logical()
-
Uses of ChainedLogicalStreamBuilder in org.postgresql.replication.fluent.logical
Classes in org.postgresql.replication.fluent.logical that implement ChainedLogicalStreamBuilder Modifier and Type Class Description class
LogicalStreamBuilder
-