Uses of Class
io.debezium.connector.mongodb.MongoDbSchema
Packages that use MongoDbSchema
-
Uses of MongoDbSchema in io.debezium.connector.mongodb
Fields in io.debezium.connector.mongodb declared as MongoDbSchemaModifier and TypeFieldDescriptionprivate final MongoDbSchemaMongoDbChangeEventSourceFactory.schemaprivate MongoDbSchemaMongoDbConnectorTask.schemaConstructors in io.debezium.connector.mongodb with parameters of type MongoDbSchemaModifierConstructorDescriptionMongoDbChangeEventSourceFactory(MongoDbConnectorConfig configuration, ErrorHandler errorHandler, EventDispatcher<MongoDbPartition, CollectionId> dispatcher, Clock clock, MongoDbTaskContext taskContext, MongoDbSchema schema, MongoDbStreamingChangeEventSourceMetrics streamingMetrics, SnapshotterService snapshotterService) -
Uses of MongoDbSchema in io.debezium.connector.mongodb.snapshot
Fields in io.debezium.connector.mongodb.snapshot declared as MongoDbSchemaModifier and TypeFieldDescriptionprivate final MongoDbSchemaMongoDbIncrementalSnapshotChangeEventSource.collectionSchemaConstructors in io.debezium.connector.mongodb.snapshot with parameters of type MongoDbSchemaModifierConstructorDescriptionMongoDbIncrementalSnapshotChangeEventSource(MongoDbConnectorConfig config, MongoDbTaskContext taskContext, EventDispatcher<MongoDbPartition, CollectionId> dispatcher, MongoDbSchema collectionSchema, Clock clock, SnapshotProgressListener<MongoDbPartition> progressListener, DataChangeEventListener<MongoDbPartition> dataChangeEventListener, NotificationService<MongoDbPartition, ? extends OffsetContext> notificationService)