Package io.debezium.connector.binlog
Class BinlogSnapshotChangeEventSource.BinlogSnapshotContext<P extends BinlogPartition,O extends BinlogOffsetContext>
java.lang.Object
io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext<P,O>
io.debezium.relational.RelationalSnapshotChangeEventSource.RelationalSnapshotContext<P,O>
io.debezium.connector.binlog.BinlogSnapshotChangeEventSource.BinlogSnapshotContext<P,O>
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- BinlogSnapshotChangeEventSource<P extends BinlogPartition,
O extends BinlogOffsetContext<?>>
private static class BinlogSnapshotChangeEventSource.BinlogSnapshotContext<P extends BinlogPartition,O extends BinlogOffsetContext>
extends RelationalSnapshotChangeEventSource.RelationalSnapshotContext<P,O>
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
Constructors -
Method Summary
Methods inherited from class io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext
close
-
Constructor Details
-
BinlogSnapshotContext
BinlogSnapshotContext(P partition, boolean onDemand)
-