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 Details

    • lastCollection

      public boolean lastCollection
    • lastRecordInCollection

      public boolean lastRecordInCollection
  • Constructor Details