Uses of Interface
io.debezium.connector.postgresql.spi.Snapshotter
-
Packages that use Snapshotter Package Description io.debezium.connector.postgresql io.debezium.connector.postgresql.snapshot -
-
Uses of Snapshotter in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as Snapshotter Modifier and Type Field Description private SnapshotterPostgresChangeEventSourceCoordinator. snapshotterprivate SnapshotterPostgresChangeEventSourceFactory. snapshotterprivate SnapshotterPostgresSnapshotChangeEventSource. snapshotterprivate SnapshotterPostgresStreamingChangeEventSource. snapshotterMethods in io.debezium.connector.postgresql that return Snapshotter Modifier and Type Method Description SnapshotterPostgresConnectorConfig.SnapshotMode.SnapshotterBuilder. buildSnapshotter(Configuration config)protected SnapshotterPostgresConnectorConfig. getSnapshotter()SnapshotterPostgresConnectorConfig.SnapshotMode. getSnapshotter(Configuration config) -
Uses of Snapshotter in io.debezium.connector.postgresql.snapshot
Classes in io.debezium.connector.postgresql.snapshot that implement Snapshotter Modifier and Type Class Description classAlwaysSnapshotterclassInitialOnlySnapshotterclassInitialSnapshotterclassNeverSnapshotterclassQueryingSnapshotterFields in io.debezium.connector.postgresql.snapshot declared as Snapshotter Modifier and Type Field Description private SnapshotterSnapshotterWrapper. snapshotterMethods in io.debezium.connector.postgresql.snapshot that return Snapshotter Modifier and Type Method Description SnapshotterSnapshotterWrapper. getSnapshotter()Constructors in io.debezium.connector.postgresql.snapshot with parameters of type Snapshotter Constructor Description SnapshotterWrapper(Snapshotter snapshotter, PostgresConnectorConfig config, OffsetState offsetState, SlotState slotState)
-