| Package | Description |
|---|---|
| io.r2dbc.postgresql.replication |
Support for logical and physical replication streams.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationType |
ReplicationSlotRequest.getReplicationType()
Returns the replication type of the slot,
PHYSICAL or LOGICAL. |
ReplicationType |
ReplicationRequest.getReplicationType()
Returns the replication type of the slot,
PHYSICAL or LOGICAL. |
ReplicationType |
ReplicationSlot.getReplicationType()
Replication type of the slot created,
PHYSICAL or LOGICAL. |
static ReplicationType |
ReplicationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationType[] |
ReplicationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ReplicationSlot(String slotName,
ReplicationType replicationType,
LogSequenceNumber consistentPoint,
String snapshotName,
String outputPlugin) |
Copyright © 2024. All rights reserved.