Package | Description |
---|---|
org.postgresql.core.v3.replication | |
org.postgresql.replication |
Modifier and Type | Field and Description |
---|---|
private ReplicationType |
V3PGReplicationStream.replicationType |
Modifier and Type | Method and Description |
---|---|
private PGReplicationStream |
V3ReplicationProtocol.initializeReplication(java.lang.String query,
CommonOptions options,
ReplicationType replicationType) |
Constructor and Description |
---|
V3PGReplicationStream(CopyDual copyDual,
LogSequenceNumber startLSN,
long updateIntervalMs,
ReplicationType replicationType) |
Modifier and Type | Field and Description |
---|---|
private ReplicationType |
ReplicationSlotInfo.replicationType |
Modifier and Type | Method and Description |
---|---|
ReplicationType |
ReplicationSlotInfo.getReplicationType()
Replication type of the slot created, might be PHYSICAL or LOGICAL.
|
static ReplicationType |
ReplicationType.valueOf(java.lang.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 |
---|
ReplicationSlotInfo(java.lang.String slotName,
ReplicationType replicationType,
LogSequenceNumber consistentPoint,
java.lang.String snapshotName,
java.lang.String outputPlugin) |