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
FieldsFields 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
-
Field Details
-
lastCollection
public boolean lastCollection -
lastRecordInCollection
public boolean lastRecordInCollection
-
-
Constructor Details
-
MongoDbSnapshotContext
MongoDbSnapshotContext(MongoDbPartition partition)
-