Package io.debezium.relational
Class RelationalSnapshotChangeEventSource.RelationalSnapshotContext<P extends Partition,O extends OffsetContext>
java.lang.Object
io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext<P,O>
io.debezium.relational.RelationalSnapshotChangeEventSource.RelationalSnapshotContext<P,O>
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
RelationalSnapshotChangeEventSource<P extends Partition,
O extends OffsetContext>
public static class RelationalSnapshotChangeEventSource.RelationalSnapshotContext<P extends Partition,O extends OffsetContext>
extends AbstractSnapshotChangeEventSource.SnapshotContext<P,O>
Mutable context which is populated in the course of snapshotting.
-
Field Summary
FieldsFields inherited from class io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext
offset, partition
-
Constructor Summary
ConstructorsConstructorDescriptionRelationalSnapshotContext
(P partition, String catalogName, boolean onDemand) -
Method Summary
Methods inherited from class io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext
close
-
Field Details
-
catalogName
-
tables
-
onDemand
public final boolean onDemand -
capturedTables
-
capturedSchemaTables
-
-
Constructor Details
-
RelationalSnapshotContext
-