Uses of Class
io.debezium.connector.postgresql.spi.OffsetState
-
Packages that use OffsetState Package Description io.debezium.connector.postgresql io.debezium.connector.postgresql.snapshot io.debezium.connector.postgresql.spi -
-
Uses of OffsetState in io.debezium.connector.postgresql
Methods in io.debezium.connector.postgresql that return OffsetState Modifier and Type Method Description OffsetStatePostgresOffsetContext. asOffsetState() -
Uses of OffsetState in io.debezium.connector.postgresql.snapshot
Fields in io.debezium.connector.postgresql.snapshot declared as OffsetState Modifier and Type Field Description private OffsetStateInitialOnlySnapshotter. sourceInfoprivate OffsetStateInitialSnapshotter. sourceInfoMethods in io.debezium.connector.postgresql.snapshot with parameters of type OffsetState Modifier and Type Method Description voidInitialOnlySnapshotter. 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 OffsetState Constructor Description SnapshotterWrapper(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 OffsetState Modifier and Type Method Description voidSnapshotter. init(PostgresConnectorConfig config, OffsetState sourceInfo, SlotState slotState)
-