Package io.debezium.pipeline.source
Class AbstractSnapshotChangeEventSource.SnapshotContext
- java.lang.Object
-
- io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext
-
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
RelationalSnapshotChangeEventSource.RelationalSnapshotContext
- Enclosing class:
- AbstractSnapshotChangeEventSource
public static class AbstractSnapshotChangeEventSource.SnapshotContext extends Object implements AutoCloseable
Mutable context which is populated in the course of snapshotting
-
-
Field Summary
Fields Modifier and Type Field Description OffsetContextoffset
-
Constructor Summary
Constructors Constructor Description SnapshotContext()
-
-
-
Field Detail
-
offset
public OffsetContext offset
-
-
Method Detail
-
close
public void close() throws Exception- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
-