Uses of Class
io.debezium.connector.mongodb.MongoDbTaskContext
Packages that use MongoDbTaskContext
-
Uses of MongoDbTaskContext in io.debezium.connector.mongodb
Fields in io.debezium.connector.mongodb declared as MongoDbTaskContextModifier and TypeFieldDescriptionprivate final MongoDbTaskContextReplicaSetDiscovery.contextprivate final MongoDbTaskContextMongoDbChangeEventSourceFactory.taskContextprivate MongoDbTaskContextMongoDbConnector.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>MongoUtil.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, ReplicaSets replicaSets, MongoDbTaskContext taskContext, MongoDbSchema schema, MongoDbStreamingChangeEventSourceMetrics streamingMetrics) MongoDbSnapshotChangeEventSource(MongoDbConnectorConfig connectorConfig, MongoDbTaskContext taskContext, MongoDbConnection.ChangeEventSourceConnectionFactory connections, ReplicaSets replicaSets, EventDispatcher<MongoDbPartition, CollectionId> dispatcher, Clock clock, SnapshotProgressListener<MongoDbPartition> snapshotProgressListener, ErrorHandler errorHandler, NotificationService<MongoDbPartition, MongoDbOffsetContext> notificationService) MongoDbStreamingChangeEventSource(MongoDbConnectorConfig connectorConfig, MongoDbTaskContext taskContext, MongoDbConnection.ChangeEventSourceConnectionFactory connections, ReplicaSets replicaSets, EventDispatcher<MongoDbPartition, CollectionId> dispatcher, ErrorHandler errorHandler, Clock clock, MongoDbStreamingChangeEventSourceMetrics streamingMetrics) ReplicaSetDiscovery(MongoDbTaskContext context) Create a cluster component. -
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)