Uses of Class
io.debezium.connector.mongodb.MongoDbTaskContext
Packages that use MongoDbTaskContext
Package
Description
-
Uses of MongoDbTaskContext in io.debezium.connector.mongodb
Fields in io.debezium.connector.mongodb declared as MongoDbTaskContextModifier and TypeFieldDescriptionprivate final MongoDbTaskContextMongoDbChangeEventSourceFactory.taskContextprivate MongoDbTaskContextMongoDbConnectorTask.taskContextprivate final MongoDbTaskContextMongoDbSnapshotChangeEventSource.taskContextprivate final MongoDbTaskContextMongoDbStreamingChangeEventSource.taskContextMethods in io.debezium.connector.mongodb with parameters of type MongoDbTaskContextModifier and TypeMethodDescriptionstatic com.mongodb.client.ChangeStreamIterable<org.bson.BsonDocument>MongoUtils.openChangeStream(com.mongodb.client.MongoClient client, MongoDbTaskContext taskContext) Opens change stream based onMongoDbConnectorConfig.getCaptureScope()Constructors in io.debezium.connector.mongodb with parameters of type MongoDbTaskContextModifierConstructorDescriptionMongoDbChangeEventSourceFactory(MongoDbConnectorConfig configuration, ErrorHandler errorHandler, EventDispatcher<MongoDbPartition, CollectionId> dispatcher, Clock clock, MongoDbTaskContext taskContext, MongoDbSchema schema, MongoDbStreamingChangeEventSourceMetrics streamingMetrics, SnapshotterService snapshotterService) MongoDbSnapshotChangeEventSource(MongoDbConnectorConfig connectorConfig, MongoDbTaskContext taskContext, EventDispatcher<MongoDbPartition, CollectionId> dispatcher, Clock clock, SnapshotProgressListener<MongoDbPartition> snapshotProgressListener, ErrorHandler errorHandler, NotificationService<MongoDbPartition, MongoDbOffsetContext> notificationService, SnapshotterService snapshotterService) MongoDbStreamingChangeEventSource(MongoDbConnectorConfig connectorConfig, MongoDbTaskContext taskContext, EventDispatcher<MongoDbPartition, CollectionId> dispatcher, ErrorHandler errorHandler, Clock clock, MongoDbStreamingChangeEventSourceMetrics streamingMetrics, SnapshotterService snapshotterService) -
Uses of MongoDbTaskContext in io.debezium.connector.mongodb.connection
Methods in io.debezium.connector.mongodb.connection with parameters of type MongoDbTaskContextModifier and TypeMethodDescriptionprivate booleanMongoDbConnection.isValidResumeToken(org.bson.BsonDocument token, MongoDbTaskContext taskContext) booleanMongoDbConnection.validateLogPosition(MongoDbOffsetContext offset, MongoDbTaskContext taskContext) -
Uses of MongoDbTaskContext in io.debezium.connector.mongodb.events
Methods in io.debezium.connector.mongodb.events with parameters of type MongoDbTaskContextModifier and TypeMethodDescriptionstatic <TResult> BufferingChangeStreamCursor<TResult>BufferingChangeStreamCursor.fromIterable(com.mongodb.client.ChangeStreamIterable<TResult> stream, MongoDbTaskContext taskContext, MongoDbStreamingChangeEventSourceMetrics metrics, Clock clock) -
Uses of MongoDbTaskContext in io.debezium.connector.mongodb.snapshot
Fields in io.debezium.connector.mongodb.snapshot declared as MongoDbTaskContextModifier and TypeFieldDescriptionprivate final MongoDbTaskContextMongoDbIncrementalSnapshotChangeEventSource.taskContextConstructors in io.debezium.connector.mongodb.snapshot with parameters of type MongoDbTaskContextModifierConstructorDescriptionMongoDbIncrementalSnapshotChangeEventSource(MongoDbConnectorConfig config, MongoDbTaskContext taskContext, EventDispatcher<MongoDbPartition, CollectionId> dispatcher, MongoDbSchema collectionSchema, Clock clock, SnapshotProgressListener<MongoDbPartition> progressListener, DataChangeEventListener<MongoDbPartition> dataChangeEventListener, NotificationService<MongoDbPartition, ? extends OffsetContext> notificationService)