Uses of Interface
org.postgresql.replication.fluent.physical.ChainedPhysicalStreamBuilder
-
Packages that use ChainedPhysicalStreamBuilder Package Description org.postgresql.replication.fluent org.postgresql.replication.fluent.physical -
-
Uses of ChainedPhysicalStreamBuilder in org.postgresql.replication.fluent
Methods in org.postgresql.replication.fluent that return ChainedPhysicalStreamBuilder Modifier and Type Method Description ChainedPhysicalStreamBuilder
ChainedStreamBuilder. physical()
Create physical replication stream for process wal logs in binary form.ChainedPhysicalStreamBuilder
ReplicationStreamBuilder. physical()
-
Uses of ChainedPhysicalStreamBuilder in org.postgresql.replication.fluent.physical
Classes in org.postgresql.replication.fluent.physical that implement ChainedPhysicalStreamBuilder Modifier and Type Class Description class
PhysicalStreamBuilder
Methods in org.postgresql.replication.fluent.physical that return ChainedPhysicalStreamBuilder Modifier and Type Method Description protected ChainedPhysicalStreamBuilder
PhysicalStreamBuilder. self()
-