Package | Description |
---|---|
com.mongodb.async.client |
This packages contains classes for the new async client
|
Modifier and Type | Method and Description |
---|---|
MongoClientSettings |
MongoClientSettings.Builder.build()
Build an instance of
MongoClientSettings . |
MongoClientSettings |
MongoClient.getSettings()
Gets the settings that this client uses to connect to server.
|
Modifier and Type | Method and Description |
---|---|
static MongoClientSettings.Builder |
MongoClientSettings.builder(MongoClientSettings settings)
Convenience method to create a from an existing
MongoClientSettings . |
static MongoClient |
MongoClients.create(MongoClientSettings settings)
Create a new client with the given client settings.
|
Copyright © 2016. All Rights Reserved.