Uses of Interface
org.postgresql.replication.fluent.logical.LogicalReplicationOptions
-
Packages that use LogicalReplicationOptions Package Description org.postgresql.core org.postgresql.core.v3.replication org.postgresql.replication.fluent.logical -
-
Uses of LogicalReplicationOptions in org.postgresql.core
Methods in org.postgresql.core with parameters of type LogicalReplicationOptions Modifier and Type Method Description PGReplicationStream
ReplicationProtocol. startLogical(LogicalReplicationOptions options)
-
Uses of LogicalReplicationOptions in org.postgresql.core.v3.replication
Methods in org.postgresql.core.v3.replication with parameters of type LogicalReplicationOptions Modifier and Type Method Description PGReplicationStream
V3ReplicationProtocol. startLogical(LogicalReplicationOptions options)
-
Uses of LogicalReplicationOptions in org.postgresql.replication.fluent.logical
Classes in org.postgresql.replication.fluent.logical that implement LogicalReplicationOptions Modifier and Type Class Description class
LogicalStreamBuilder
Methods in org.postgresql.replication.fluent.logical with parameters of type LogicalReplicationOptions Modifier and Type Method Description PGReplicationStream
StartLogicalReplicationCallback. start(LogicalReplicationOptions options)
-