Uses of Class
io.debezium.connector.postgresql.PgSnapshot
Packages that use PgSnapshot
-
Uses of PgSnapshot in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as PgSnapshotModifier and TypeFieldDescriptionprivate PgSnapshotPostgresReadOnlyIncrementalSnapshotContext.highWatermarkprivate PgSnapshotPostgresReadOnlyIncrementalSnapshotContext.lowWatermarkprivate PgSnapshotPostgresReadOnlyIncrementalSnapshotContext.previousHighWatermarkprivate PgSnapshotPostgresReadOnlyIncrementalSnapshotContext.previousLowWatermarkMethods in io.debezium.connector.postgresql that return PgSnapshotModifier and TypeMethodDescriptionPostgresReadOnlyIncrementalSnapshotContext.getHighWatermark()PostgresReadOnlyIncrementalSnapshotContext.getLowWatermark()static PgSnapshotReturns a PgSnapshot instance representing the specified snapshot stringMethods in io.debezium.connector.postgresql with parameters of type PgSnapshotModifier and TypeMethodDescriptionvoidPostgresReadOnlyIncrementalSnapshotContext.setHighWatermark(PgSnapshot highWatermark) voidPostgresReadOnlyIncrementalSnapshotContext.setLowWatermark(PgSnapshot lowWatermark) Method parameters in io.debezium.connector.postgresql with type arguments of type PgSnapshotModifier and TypeMethodDescriptionprivate voidPostgresReadOnlyIncrementalSnapshotChangeEventSource.getCurrentSnapshot(Consumer<PgSnapshot> watermark)