Uses of Interface
org.postgresql.replication.PGReplicationStream
-
Packages that use PGReplicationStream Package Description org.postgresql.core org.postgresql.core.v3.replication org.postgresql.replication.fluent.logical org.postgresql.replication.fluent.physical -
-
Uses of PGReplicationStream in org.postgresql.core
Methods in org.postgresql.core that return PGReplicationStream Modifier and Type Method Description PGReplicationStream
ReplicationProtocol. startLogical(LogicalReplicationOptions options)
PGReplicationStream
ReplicationProtocol. startPhysical(PhysicalReplicationOptions options)
-
Uses of PGReplicationStream in org.postgresql.core.v3.replication
Classes in org.postgresql.core.v3.replication that implement PGReplicationStream Modifier and Type Class Description class
V3PGReplicationStream
Methods in org.postgresql.core.v3.replication that return PGReplicationStream Modifier and Type Method Description PGReplicationStream
V3ReplicationProtocol. startLogical(LogicalReplicationOptions options)
PGReplicationStream
V3ReplicationProtocol. startPhysical(PhysicalReplicationOptions options)
-
Uses of PGReplicationStream in org.postgresql.replication.fluent.logical
Methods in org.postgresql.replication.fluent.logical that return PGReplicationStream Modifier and Type Method Description PGReplicationStream
ChainedLogicalStreamBuilder. start()
Open logical replication stream.PGReplicationStream
LogicalStreamBuilder. start()
PGReplicationStream
StartLogicalReplicationCallback. start(LogicalReplicationOptions options)
-
Uses of PGReplicationStream in org.postgresql.replication.fluent.physical
Methods in org.postgresql.replication.fluent.physical that return PGReplicationStream Modifier and Type Method Description PGReplicationStream
ChainedPhysicalStreamBuilder. start()
Open physical replication stream.PGReplicationStream
PhysicalStreamBuilder. start()
PGReplicationStream
StartPhysicalReplicationCallback. start(PhysicalReplicationOptions options)
-