Package io.debezium.connector.mongodb
Class MongoDbSnapshotChangeEventSource.MongoDbSnapshotContext
- java.lang.Object
-
- io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext<MongoDbOffsetContext>
-
- io.debezium.connector.mongodb.MongoDbSnapshotChangeEventSource.MongoDbSnapshotContext
-
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- MongoDbSnapshotChangeEventSource
private static class MongoDbSnapshotChangeEventSource.MongoDbSnapshotContext extends AbstractSnapshotChangeEventSource.SnapshotContext<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
-
-
Constructor Summary
Constructors Modifier Constructor Description privateMongoDbSnapshotContext()
-