| Package | Description |
|---|---|
| io.r2dbc.postgresql.replication |
Support for logical and physical replication streams.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ReplicationSlotRequest.LogicalSlotRequestBuilder
Fluent builder interface to configure a logical replication slot.
|
static interface |
ReplicationSlotRequest.LogicalSlotRequestBuilderStep1
Fluent builder interface to configure the slot name for a logical replication slot.
|
static interface |
ReplicationSlotRequest.LogicalSlotRequestBuilderStep2 |
static interface |
ReplicationSlotRequest.PhysicalSlotRequestBuilder
Fluent builder interface to configure a physical replication slot.
|
static interface |
ReplicationSlotRequest.PhysicalSlotRequestBuilderStep1
Fluent builder interface to configure the slot name for a physical replication slot.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationSlotRequest.WithSlotName |
ReplicationSlotRequest.WithSlotName.slotName(String slotName)
Replication 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.
|
Copyright © 2024. All rights reserved.