Uses of Class
io.debezium.connector.mongodb.MongoDbPartition
-
Packages that use MongoDbPartition Package Description io.debezium.connector.mongodb -
-
Uses of MongoDbPartition in io.debezium.connector.mongodb
Methods in io.debezium.connector.mongodb that return types with arguments of type MongoDbPartition Modifier and Type Method Description SnapshotChangeEventSource<MongoDbPartition,MongoDbOffsetContext>MongoDbChangeEventSourceFactory. getSnapshotChangeEventSource(SnapshotProgressListener snapshotProgressListener)StreamingChangeEventSource<MongoDbPartition,MongoDbOffsetContext>MongoDbChangeEventSourceFactory. getStreamingChangeEventSource()protected AbstractSnapshotChangeEventSource.SnapshotContext<MongoDbPartition,MongoDbOffsetContext>MongoDbSnapshotChangeEventSource. prepare(MongoDbPartition partition)ChangeEventSourceCoordinator<MongoDbPartition,MongoDbOffsetContext>MongoDbConnectorTask. start(Configuration config)Methods in io.debezium.connector.mongodb with parameters of type MongoDbPartition Modifier and Type Method Description voidMongoDbStreamingChangeEventSource. execute(ChangeEventSource.ChangeEventSourceContext context, MongoDbPartition partition, MongoDbOffsetContext offsetContext)protected AbstractSnapshotChangeEventSource.SnapshotContext<MongoDbPartition,MongoDbOffsetContext>MongoDbSnapshotChangeEventSource. prepare(MongoDbPartition partition)Method parameters in io.debezium.connector.mongodb with type arguments of type MongoDbPartition Modifier and Type Method Description protected SnapshotResult<MongoDbOffsetContext>MongoDbSnapshotChangeEventSource. doExecute(ChangeEventSource.ChangeEventSourceContext context, MongoDbOffsetContext previousOffset, AbstractSnapshotChangeEventSource.SnapshotContext<MongoDbPartition,MongoDbOffsetContext> snapshotContext, AbstractSnapshotChangeEventSource.SnapshottingTask snapshottingTask)protected ChangeRecordEmitterMongoDbSnapshotChangeEventSource. getChangeRecordEmitter(AbstractSnapshotChangeEventSource.SnapshotContext<MongoDbPartition,MongoDbOffsetContext> snapshotContext, CollectionId collectionId, org.bson.Document document, ReplicaSet replicaSet)Constructors in io.debezium.connector.mongodb with parameters of type MongoDbPartition Constructor Description MongoDbSnapshotContext(MongoDbPartition partition)
-