Uses of Class
io.debezium.connector.postgresql.spi.OffsetState
Packages that use OffsetState
Package
Description
-
Uses of OffsetState in io.debezium.connector.postgresql
Methods in io.debezium.connector.postgresql that return OffsetState -
Uses of OffsetState in io.debezium.connector.postgresql.snapshot
Fields in io.debezium.connector.postgresql.snapshot declared as OffsetStateModifier and TypeFieldDescriptionprivate OffsetStateInitialOnlySnapshotter.sourceInfoprivate OffsetStateInitialSnapshotter.sourceInfoMethods in io.debezium.connector.postgresql.snapshot with parameters of type OffsetStateModifier and TypeMethodDescriptionvoidInitialOnlySnapshotter.init(PostgresConnectorConfig config, OffsetState sourceInfo, SlotState slotState) voidInitialSnapshotter.init(PostgresConnectorConfig config, OffsetState sourceInfo, SlotState slotState) voidNeverSnapshotter.init(PostgresConnectorConfig config, OffsetState sourceInfo, SlotState slotState) voidQueryingSnapshotter.init(PostgresConnectorConfig config, OffsetState sourceInfo, SlotState slotState) Constructors in io.debezium.connector.postgresql.snapshot with parameters of type OffsetStateModifierConstructorDescriptionSnapshotterWrapper(Snapshotter snapshotter, PostgresConnectorConfig config, OffsetState offsetState, SlotState slotState) -
Uses of OffsetState in io.debezium.connector.postgresql.spi
Methods in io.debezium.connector.postgresql.spi with parameters of type OffsetStateModifier and TypeMethodDescriptionvoidSnapshotter.init(PostgresConnectorConfig config, OffsetState sourceInfo, SlotState slotState)