| Package | Description |
|---|---|
| io.debezium.connector.postgresql.connection |
| Modifier and Type | Field and Description |
|---|---|
protected static ServerInfo.ReplicationSlot |
ServerInfo.ReplicationSlot.INVALID |
| Modifier and Type | Method and Description |
|---|---|
private ServerInfo.ReplicationSlot |
PostgresConnection.fetchReplicationSlotInfo(String slotName,
String pluginName)
Fetches the state of a replication stage given a slot name and plugin name
|
private ServerInfo.ReplicationSlot |
PostgresReplicationConnection.getSlotInfo() |
protected ServerInfo.ReplicationSlot |
PostgresConnection.queryForSlot(String slotName,
String database,
String pluginName,
JdbcConnection.ResultSetMapper<ServerInfo.ReplicationSlot> map) |
(package private) ServerInfo.ReplicationSlot |
PostgresConnection.readReplicationSlotInfo(String slotName,
String pluginName)
Fetches a replication slot, repeating the query until either the slot is created or until
the max number of attempts has been reached
To fetch the slot without the retries, use the
PostgresConnection.fetchReplicationSlotInfo(java.lang.String, java.lang.String) call |
| Modifier and Type | Method and Description |
|---|---|
protected ServerInfo.ReplicationSlot |
PostgresConnection.queryForSlot(String slotName,
String database,
String pluginName,
JdbcConnection.ResultSetMapper<ServerInfo.ReplicationSlot> map) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.