Uses of Class
io.debezium.connector.postgresql.connection.ServerInfo.ReplicationSlot
Packages that use ServerInfo.ReplicationSlot
-
Uses of ServerInfo.ReplicationSlot in io.debezium.connector.postgresql.connection
Fields in io.debezium.connector.postgresql.connection declared as ServerInfo.ReplicationSlotModifier and TypeFieldDescriptionprotected static final ServerInfo.ReplicationSlotServerInfo.ReplicationSlot.INVALIDMethods in io.debezium.connector.postgresql.connection that return ServerInfo.ReplicationSlotModifier and TypeMethodDescriptionprivate 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.ReplicationSlotModifier and TypeMethodDescriptionprotected ServerInfo.ReplicationSlotPostgresConnection.queryForSlot(String slotName, String database, String pluginName, JdbcConnection.ResultSetMapper<ServerInfo.ReplicationSlot> map)