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, lastRecordInTable, lastTable, tables
-
Fields inherited from class io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext
offset, partition
-
-
Constructor Summary
Constructors Constructor Description PostgresSnapshotContext(PostgresPartition partition, String catalogName)
-
-
-
Constructor Detail
-
PostgresSnapshotContext
public PostgresSnapshotContext(PostgresPartition partition, String catalogName) throws SQLException
- Throws:
SQLException
-
-