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 PGReplicationStreamReplicationProtocol. startLogical(LogicalReplicationOptions options)Starts logical replication.PGReplicationStreamReplicationProtocol. startPhysical(PhysicalReplicationOptions options)Starts physical replication. -
Uses of PGReplicationStream in org.postgresql.core.v3.replication
Classes in org.postgresql.core.v3.replication that implement PGReplicationStream Modifier and Type Class Description classV3PGReplicationStreamMethods in org.postgresql.core.v3.replication that return PGReplicationStream Modifier and Type Method Description PGReplicationStreamV3ReplicationProtocol. startLogical(LogicalReplicationOptions options)PGReplicationStreamV3ReplicationProtocol. 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 PGReplicationStreamChainedLogicalStreamBuilder. start()Open logical replication stream.PGReplicationStreamLogicalStreamBuilder. start()PGReplicationStreamStartLogicalReplicationCallback. 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 PGReplicationStreamChainedPhysicalStreamBuilder. start()Open physical replication stream.PGReplicationStreamPhysicalStreamBuilder. start()PGReplicationStreamStartPhysicalReplicationCallback. start(PhysicalReplicationOptions options)
-