| Interface | Description |
|---|---|
| ReplicationConnection |
A Postgres logical streaming replication connection.
|
| ReplicationConnection.Builder |
A builder for
ReplicationConnection |
| ReplicationStream |
A stream from which messages sent by a logical decoding plugin can be consumed over a replication connection.
|
| Class | Description |
|---|---|
| PostgresConnection |
JdbcConnection connection extension used for connecting to Postgres instances. |
| PostgresReplicationConnection |
Implementation of a
ReplicationConnection for Postgresql. |
| PostgresReplicationConnection.ReplicationConnectionBuilder | |
| ServerInfo |
Information about a running Postgres instance.
|
| ServerInfo.ReplicationSlot |
Information about a server replication slot
|
| Enum | Description |
|---|---|
| ServerInfo.ReplicaIdentity |
Table REPLICA IDENTITY information.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.