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 PGReplicationStreamReplicationProtocol. startLogical(LogicalReplicationOptions options)Starts logical replication. -
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 private static java.lang.StringV3ReplicationProtocol. createStartLogicalQuery(LogicalReplicationOptions options)START_REPLICATION SLOT slot_name LOGICAL XXX/XXX [ ( option_name [option_value] [, ...PGReplicationStreamV3ReplicationProtocol. 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 classLogicalStreamBuilderMethods in org.postgresql.replication.fluent.logical with parameters of type LogicalReplicationOptions Modifier and Type Method Description PGReplicationStreamStartLogicalReplicationCallback. start(LogicalReplicationOptions options)
-