Uses of Interface
org.postgresql.replication.fluent.ChainedCreateReplicationSlotBuilder
-
Packages that use ChainedCreateReplicationSlotBuilder Package Description org.postgresql.replication org.postgresql.replication.fluent -
-
Uses of ChainedCreateReplicationSlotBuilder in org.postgresql.replication
Methods in org.postgresql.replication that return ChainedCreateReplicationSlotBuilder Modifier and Type Method Description ChainedCreateReplicationSlotBuilder
PGReplicationConnection. createReplicationSlot()
Create replication slot, that can be next use inPGReplicationConnection.replicationStream()
ChainedCreateReplicationSlotBuilder
PGReplicationConnectionImpl. createReplicationSlot()
-
Uses of ChainedCreateReplicationSlotBuilder in org.postgresql.replication.fluent
Classes in org.postgresql.replication.fluent that implement ChainedCreateReplicationSlotBuilder Modifier and Type Class Description class
ReplicationCreateSlotBuilder
-