Package io.debezium.connector.postgresql
Class PostgresSnapshotChangeEventSource.PostgresSnapshotContext
java.lang.Object
io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext<PostgresPartition,PostgresOffsetContext>
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, onDemand, tablesFields inherited from class io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext
offset, partition -
Constructor Summary
ConstructorsConstructorDescriptionPostgresSnapshotContext(PostgresPartition partition, String catalogName, boolean onDemand) -
Method Summary
Methods inherited from class io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext
close
-
Constructor Details
-
PostgresSnapshotContext
PostgresSnapshotContext(PostgresPartition partition, String catalogName, boolean onDemand)
-