Package io.debezium.connector.postgresql
Class PostgresSnapshotChangeEventSource.PostgresSnapshotContext
java.lang.Object
io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext<P,O>
io.debezium.relational.RelationalSnapshotChangeEventSource.RelationalSnapshotContext<PostgresPartition,PostgresOffsetContext>
io.debezium.connector.postgresql.PostgresSnapshotChangeEventSource.PostgresSnapshotContext
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- PostgresSnapshotChangeEventSource
private static class PostgresSnapshotChangeEventSource.PostgresSnapshotContext
extends RelationalSnapshotChangeEventSource.RelationalSnapshotContext<PostgresPartition,PostgresOffsetContext>
Mutable context which is populated in the course of snapshotting.
-
Field Summary
Fields inherited from class io.debezium.relational.RelationalSnapshotChangeEventSource.RelationalSnapshotContext
capturedSchemaTables, capturedTables, catalogName, tablesFields inherited from class io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext
offset, partition -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext
close
-
Constructor Details
-
PostgresSnapshotContext
PostgresSnapshotContext(PostgresPartition partition, String catalogName) throws SQLException - Throws:
SQLException
-