Uses of Class
io.debezium.connector.mongodb.Filters
Packages that use Filters
-
Uses of Filters in io.debezium.connector.mongodb
Fields in io.debezium.connector.mongodb declared as FiltersModifier and TypeFieldDescriptionprivate final FiltersConnectionContext.MongoPrimary.filtersprivate final FiltersMongoDbSchema.filtersprivate final FiltersMongoDbTaskContext.filtersMethods in io.debezium.connector.mongodb that return FiltersMethods in io.debezium.connector.mongodb with parameters of type FiltersModifier and TypeMethodDescriptionConnectionContext.primaryFor(ReplicaSet replicaSet, Filters filters, BiConsumer<String, Throwable> errorHandler) Obtain a client that will repeated try to obtain a client to the primary node of the replica set, waiting (and using this context's back-off strategy) if required until the primary becomes available.Constructors in io.debezium.connector.mongodb with parameters of type FiltersModifierConstructorDescriptionMongoDbSchema(Filters filters, io.debezium.spi.topic.TopicNamingStrategy<CollectionId> topicNamingStrategy, org.apache.kafka.connect.data.Schema sourceSchema, SchemaNameAdjuster schemaNameAdjuster) protectedMongoPrimary(ConnectionContext context, ReplicaSet replicaSet, Filters filters, BiConsumer<String, Throwable> errorHandler)