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 void
MongoDBRepositoryService. 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 MongoDBConnectionConfig
MongoDBComponent. getConfig(String id)
MongoDBConnectionConfig
MongoDBConnectionService. getConfig(String id)
Gets the MongoDB configuration for the given id.MongoDBConnectionConfig
MongoDBConnectionConfig. merge(Descriptor o)
Methods in org.nuxeo.runtime.mongodb with parameters of type MongoDBConnectionConfig Modifier and Type Method Description protected static SSLContext
MongoDBConnectionHelper. getSSLContext(MongoDBConnectionConfig config)
static com.mongodb.client.MongoClient
MongoDBConnectionHelper. newMongoClient(MongoDBConnectionConfig config)
Initializes a connection to the MongoDB server.static com.mongodb.client.MongoClient
MongoDBConnectionHelper. newMongoClient(MongoDBConnectionConfig config, Consumer<com.mongodb.MongoClientSettings.Builder> settingsConsumer)
Initializes a connection to the MongoDB server.protected static void
MongoDBConnectionHelper. populateProperties(MongoDBConnectionConfig config, com.mongodb.MongoClientSettings.Builder settingsBuilder)
Exists to be tested.
-