Uses of Package
io.debezium.connector.postgresql.spi
-
Classes in io.debezium.connector.postgresql.spi used by io.debezium.connector.postgresql Class Description OffsetState A simple data container that represents the last seen offset which was written by debezium.SlotCreationResult A simple data container representing the creation of a newly created replication slot.SlotState A simple data container that holds the state of the current slotSnapshotter This interface is used to determine details about the snapshot process: Namely: - Should a snapshot occur at all - Should streaming occur - What queries should be used to snapshot While many default snapshot modes are provided with debezium (see documentation for details) a custom implementation of this interface can be provided by the implementor which can provide more advanced functionality, such as partial snapshots Implementor's must return true for eitherSnapshotter.shouldSnapshot()orSnapshotter.shouldStream()or true for both. -
Classes in io.debezium.connector.postgresql.spi used by io.debezium.connector.postgresql.connection Class Description SlotCreationResult A simple data container representing the creation of a newly created replication slot.SlotState A simple data container that holds the state of the current slot -
Classes in io.debezium.connector.postgresql.spi used by io.debezium.connector.postgresql.snapshot Class Description OffsetState A simple data container that represents the last seen offset which was written by debezium.SlotCreationResult A simple data container representing the creation of a newly created replication slot.SlotState A simple data container that holds the state of the current slotSnapshotter This interface is used to determine details about the snapshot process: Namely: - Should a snapshot occur at all - Should streaming occur - What queries should be used to snapshot While many default snapshot modes are provided with debezium (see documentation for details) a custom implementation of this interface can be provided by the implementor which can provide more advanced functionality, such as partial snapshots Implementor's must return true for eitherSnapshotter.shouldSnapshot()orSnapshotter.shouldStream()or true for both. -
Classes in io.debezium.connector.postgresql.spi used by io.debezium.connector.postgresql.spi Class Description OffsetState A simple data container that represents the last seen offset which was written by debezium.SlotCreationResult A simple data container representing the creation of a newly created replication slot.SlotState A simple data container that holds the state of the current slot