Class SnapshotterWrapper
java.lang.Object
io.debezium.connector.postgresql.snapshot.SnapshotterWrapper
This class is a small wrapper around the snapshotter that takes care of initialization
and also lets us access the slotState (which we don't track currently)
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSnapshotterWrapper(Snapshotter snapshotter, PostgresConnectorConfig config, OffsetState offsetState, SlotState slotState) -
Method Summary
-
Field Details
-
snapshotter
-
slotState
-
-
Constructor Details
-
SnapshotterWrapper
public SnapshotterWrapper(Snapshotter snapshotter, PostgresConnectorConfig config, OffsetState offsetState, SlotState slotState)
-
-
Method Details
-
getSnapshotter
-
doesSlotExist
public boolean doesSlotExist()
-