Uses of Class
org.nuxeo.runtime.mongodb.MongoDBConnectionConfig
-
Packages that use MongoDBConnectionConfig Package Description org.nuxeo.ecm.core.storage.mongodb org.nuxeo.runtime.mongodb -
-
Uses of MongoDBConnectionConfig in org.nuxeo.ecm.core.storage.mongodb
Method parameters in org.nuxeo.ecm.core.storage.mongodb with type arguments of type MongoDBConnectionConfig Modifier and Type Method Description protected voidMongoDBRepositoryService. handleConnectionContribution(MongoDBRepositoryDescriptor descriptor, BiConsumer<DefaultComponent,MongoDBConnectionConfig> consumer)Deprecated.since 9.3 -
Uses of MongoDBConnectionConfig in org.nuxeo.runtime.mongodb
Methods in org.nuxeo.runtime.mongodb that return MongoDBConnectionConfig Modifier and Type Method Description MongoDBConnectionConfigMongoDBComponent. getConfig(String id)MongoDBConnectionConfigMongoDBConnectionService. getConfig(String id)Gets the MongoDB configuration for the given id.MongoDBConnectionConfigMongoDBConnectionConfig. merge(Descriptor o)Methods in org.nuxeo.runtime.mongodb with parameters of type MongoDBConnectionConfig Modifier and Type Method Description protected static SSLContextMongoDBConnectionHelper. getSSLContext(MongoDBConnectionConfig config)static com.mongodb.client.MongoClientMongoDBConnectionHelper. newMongoClient(MongoDBConnectionConfig config)Initializes a connection to the MongoDB server.static com.mongodb.client.MongoClientMongoDBConnectionHelper. newMongoClient(MongoDBConnectionConfig config, Consumer<com.mongodb.MongoClientSettings.Builder> settingsConsumer)Initializes a connection to the MongoDB server.protected static voidMongoDBConnectionHelper. populateProperties(MongoDBConnectionConfig config, com.mongodb.MongoClientSettings.Builder settingsBuilder)Exists to be tested.
-