Package io.debezium.connector.mongodb
Class MongoDbSnapshotChangeEventSource.MongoDbSnapshotContext
- java.lang.Object
-
- io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext<MongoDbPartition,MongoDbOffsetContext>
-
- io.debezium.connector.mongodb.MongoDbSnapshotChangeEventSource.MongoDbSnapshotContext
-
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- MongoDbSnapshotChangeEventSource
private static class MongoDbSnapshotChangeEventSource.MongoDbSnapshotContext extends AbstractSnapshotChangeEventSource.SnapshotContext<MongoDbPartition,MongoDbOffsetContext>
Mutable context that is populated in the course of snapshotting.
-
-
Field Summary
Fields Modifier and Type Field Description booleanlastCollectionbooleanlastRecordInCollection-
Fields inherited from class io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext
offset, partition
-
-
Constructor Summary
Constructors Constructor Description MongoDbSnapshotContext(MongoDbPartition partition)
-
-
-
Constructor Detail
-
MongoDbSnapshotContext
MongoDbSnapshotContext(MongoDbPartition partition)
-
-