Uses of Interface
io.r2dbc.postgresql.replication.ReplicationRequest.WithSlotName
Packages that use ReplicationRequest.WithSlotName
Package
Description
Support for logical and physical replication streams.
-
Uses of ReplicationRequest.WithSlotName in io.r2dbc.postgresql.replication
Subinterfaces of ReplicationRequest.WithSlotName in io.r2dbc.postgresql.replicationModifier and TypeInterfaceDescriptionstatic interfaceFluent builder interface to configure a logical replication stream.static interfaceFluent builder interface to configure the slot name for a logical replication slot.static interfacestatic interfaceFluent builder interface to configure a physical replication stream.static interfaceFluent builder interface to configure the slot name for a physical replication slot.static interfaceMethods in io.r2dbc.postgresql.replication that return ReplicationRequest.WithSlotNameModifier and TypeMethodDescriptionReplication slots provide an automated way to ensure that the primary does not remove WAL segments until they have been received by all standbys, and that the primary does not remove rows which could cause a recovery conflict even when the standby is disconnected.ReplicationRequest.WithSlotOption.slotOption(String option, Object value) Configure slot option.