Uses of Interface
org.postgresql.replication.PGReplicationStream
Packages that use PGReplicationStream
Package
Description
-
Uses of PGReplicationStream in org.postgresql.core
Methods in org.postgresql.core that return PGReplicationStreamModifier and TypeMethodDescriptionReplicationProtocol.startLogical
(LogicalReplicationOptions options) ReplicationProtocol.startPhysical
(PhysicalReplicationOptions options) -
Uses of PGReplicationStream in org.postgresql.core.v3.replication
Classes in org.postgresql.core.v3.replication that implement PGReplicationStreamMethods in org.postgresql.core.v3.replication that return PGReplicationStreamModifier and TypeMethodDescriptionprivate PGReplicationStream
V3ReplicationProtocol.initializeReplication
(String query, CommonOptions options, ReplicationType replicationType) V3ReplicationProtocol.startLogical
(LogicalReplicationOptions options) V3ReplicationProtocol.startPhysical
(PhysicalReplicationOptions options) -
Uses of PGReplicationStream in org.postgresql.replication.fluent.logical
Methods in org.postgresql.replication.fluent.logical that return PGReplicationStreamModifier and TypeMethodDescriptionChainedLogicalStreamBuilder.start()
Open logical replication stream.LogicalStreamBuilder.start()
StartLogicalReplicationCallback.start
(LogicalReplicationOptions options) -
Uses of PGReplicationStream in org.postgresql.replication.fluent.physical
Methods in org.postgresql.replication.fluent.physical that return PGReplicationStreamModifier and TypeMethodDescriptionChainedPhysicalStreamBuilder.start()
Open physical replication stream.PhysicalStreamBuilder.start()
StartPhysicalReplicationCallback.start
(PhysicalReplicationOptions options)