Uses of Interface
org.postgresql.replication.fluent.CommonOptions
-
Packages that use CommonOptions Package Description org.postgresql.core.v3.replication org.postgresql.replication.fluent.logical org.postgresql.replication.fluent.physical -
-
Uses of CommonOptions in org.postgresql.core.v3.replication
Methods in org.postgresql.core.v3.replication with parameters of type CommonOptions Modifier and Type Method Description private void
V3ReplicationProtocol. configureSocketTimeout(CommonOptions options)
private PGReplicationStream
V3ReplicationProtocol. initializeReplication(java.lang.String query, CommonOptions options, ReplicationType replicationType)
-
Uses of CommonOptions in org.postgresql.replication.fluent.logical
Subinterfaces of CommonOptions in org.postgresql.replication.fluent.logical Modifier and Type Interface Description interface
LogicalReplicationOptions
Classes in org.postgresql.replication.fluent.logical that implement CommonOptions Modifier and Type Class Description class
LogicalStreamBuilder
-
Uses of CommonOptions in org.postgresql.replication.fluent.physical
Subinterfaces of CommonOptions in org.postgresql.replication.fluent.physical Modifier and Type Interface Description interface
PhysicalReplicationOptions
Classes in org.postgresql.replication.fluent.physical that implement CommonOptions Modifier and Type Class Description class
PhysicalStreamBuilder
-