Uses of Interface
org.postgresql.replication.fluent.physical.PhysicalReplicationOptions
-
Packages that use PhysicalReplicationOptions Package Description org.postgresql.core org.postgresql.core.v3.replication org.postgresql.replication.fluent.physical -
-
Uses of PhysicalReplicationOptions in org.postgresql.core
Methods in org.postgresql.core with parameters of type PhysicalReplicationOptions Modifier and Type Method Description PGReplicationStream
ReplicationProtocol. startPhysical(PhysicalReplicationOptions options)
-
Uses of PhysicalReplicationOptions in org.postgresql.core.v3.replication
Methods in org.postgresql.core.v3.replication with parameters of type PhysicalReplicationOptions Modifier and Type Method Description PGReplicationStream
V3ReplicationProtocol. startPhysical(PhysicalReplicationOptions options)
-
Uses of PhysicalReplicationOptions in org.postgresql.replication.fluent.physical
Classes in org.postgresql.replication.fluent.physical that implement PhysicalReplicationOptions Modifier and Type Class Description class
PhysicalStreamBuilder
Methods in org.postgresql.replication.fluent.physical with parameters of type PhysicalReplicationOptions Modifier and Type Method Description PGReplicationStream
StartPhysicalReplicationCallback. start(PhysicalReplicationOptions options)
-