Package | Description |
---|---|
org.postgresql.core | |
org.postgresql.core.v3.replication | |
org.postgresql.replication.fluent.logical | |
org.postgresql.replication.fluent.physical |
Modifier and Type | Method and Description |
---|---|
PGReplicationStream |
ReplicationProtocol.startLogical(LogicalReplicationOptions options) |
PGReplicationStream |
ReplicationProtocol.startPhysical(PhysicalReplicationOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
V3PGReplicationStream |
Modifier and Type | Method and Description |
---|---|
PGReplicationStream |
V3ReplicationProtocol.startLogical(LogicalReplicationOptions options) |
PGReplicationStream |
V3ReplicationProtocol.startPhysical(PhysicalReplicationOptions options) |
Modifier and Type | Method and Description |
---|---|
PGReplicationStream |
ChainedLogicalStreamBuilder.start()
Open logical replication stream
|
PGReplicationStream |
LogicalStreamBuilder.start() |
PGReplicationStream |
StartLogicalReplicationCallback.start(LogicalReplicationOptions options) |
Modifier and Type | Method and Description |
---|---|
PGReplicationStream |
PhysicalStreamBuilder.start() |
PGReplicationStream |
ChainedPhysicalStreamBuilder.start()
Open physical replication stream
|
PGReplicationStream |
StartPhysicalReplicationCallback.start(PhysicalReplicationOptions options) |
Copyright © 2017 PostgreSQL Global Development Group. All rights reserved.