| Package | Description |
|---|---|
| io.r2dbc.postgresql.replication |
Support for logical and physical replication streams.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ReplicationRequest.LogicalReplicationRequestBuilder
Fluent builder interface to configure a logical replication stream.
|
static interface |
ReplicationRequest.LogicalReplicationStep1
Fluent builder interface to configure the slot name for a logical replication slot.
|
static interface |
ReplicationRequest.LogicalReplicationStep2 |
static interface |
ReplicationRequest.PhysicalReplicationRequestBuilder
Fluent builder interface to configure a physical replication stream.
|
static interface |
ReplicationRequest.PhysicalReplicationStep1
Fluent builder interface to configure the slot name for a physical replication slot.
|
static interface |
ReplicationRequest.PhysicalReplicationStep2 |
| Modifier and Type | Method and Description |
|---|---|
ReplicationRequest.WithSlotName |
ReplicationRequest.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.
|
ReplicationRequest.WithSlotName |
ReplicationRequest.WithSlotOption.slotOption(String option,
Object value)
Configure slot option.
|
Copyright © 2023. All rights reserved.