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 voidV3ReplicationProtocol. configureSocketTimeout(CommonOptions options)private PGReplicationStreamV3ReplicationProtocol. 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 interfaceLogicalReplicationOptionsClasses in org.postgresql.replication.fluent.logical that implement CommonOptions Modifier and Type Class Description classLogicalStreamBuilder -
Uses of CommonOptions in org.postgresql.replication.fluent.physical
Subinterfaces of CommonOptions in org.postgresql.replication.fluent.physical Modifier and Type Interface Description interfacePhysicalReplicationOptionsClasses in org.postgresql.replication.fluent.physical that implement CommonOptions Modifier and Type Class Description classPhysicalStreamBuilder
-