Uses of Class
io.debezium.connector.postgresql.connection.ServerInfo.ReplicationSlot
-
Packages that use ServerInfo.ReplicationSlot Package Description io.debezium.connector.postgresql.connection -
-
Uses of ServerInfo.ReplicationSlot in io.debezium.connector.postgresql.connection
Fields in io.debezium.connector.postgresql.connection declared as ServerInfo.ReplicationSlot Modifier and Type Field Description protected static ServerInfo.ReplicationSlotServerInfo.ReplicationSlot. INVALIDMethods in io.debezium.connector.postgresql.connection that return ServerInfo.ReplicationSlot Modifier and Type Method Description private ServerInfo.ReplicationSlotPostgresConnection. fetchReplicationSlotInfo(String slotName, String pluginName)Fetches the state of a replication stage given a slot name and plugin nameprivate ServerInfo.ReplicationSlotPostgresReplicationConnection. getSlotInfo()protected ServerInfo.ReplicationSlotPostgresConnection. queryForSlot(String slotName, String database, String pluginName, JdbcConnection.ResultSetMapper<ServerInfo.ReplicationSlot> map)(package private) ServerInfo.ReplicationSlotPostgresConnection. 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 thePostgresConnection.fetchReplicationSlotInfo(java.lang.String, java.lang.String)callMethod parameters in io.debezium.connector.postgresql.connection with type arguments of type ServerInfo.ReplicationSlot Modifier and Type Method Description protected ServerInfo.ReplicationSlotPostgresConnection. queryForSlot(String slotName, String database, String pluginName, JdbcConnection.ResultSetMapper<ServerInfo.ReplicationSlot> map)
-