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 PGReplicationStreamReplicationProtocol. 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 private java.lang.StringV3ReplicationProtocol. createStartPhysicalQuery(PhysicalReplicationOptions options)START_REPLICATION [SLOT slot_name] [PHYSICAL] XXX/XXX.PGReplicationStreamV3ReplicationProtocol. 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 classPhysicalStreamBuilderMethods in org.postgresql.replication.fluent.physical with parameters of type PhysicalReplicationOptions Modifier and Type Method Description PGReplicationStreamStartPhysicalReplicationCallback. start(PhysicalReplicationOptions options)
-