Uses of Interface
com.mongodb.async.client.MongoClient
-
Packages that use MongoClient Package Description com.mongodb.async.client This packages contains classes for the new async client -
-
Uses of MongoClient in com.mongodb.async.client
Methods in com.mongodb.async.client that return MongoClient Modifier and Type Method Description static MongoClient
MongoClients. create()
Deprecated.Creates a new client with the default connection string "mongodb://localhost".static MongoClient
MongoClients. create(MongoClientSettings settings)
Deprecated.static MongoClient
MongoClients. create(MongoClientSettings settings, MongoDriverInformation mongoDriverInformation)
Deprecated.static MongoClient
MongoClients. create(ConnectionString connectionString)
Deprecated.Create a new client with the given connection string.static MongoClient
MongoClients. create(ConnectionString connectionString, MongoDriverInformation mongoDriverInformation)
Deprecated.Create a new client with the given connection string.static MongoClient
MongoClients. create(MongoClientSettings settings)
Deprecated.Create a new client with the given client settings.static MongoClient
MongoClients. create(MongoClientSettings settings, MongoDriverInformation mongoDriverInformation)
Deprecated.Creates a new client with the given client settings.static MongoClient
MongoClients. create(String connectionString)
Deprecated.Create a new client with the given connection string as if by a call toMongoClients.create(ConnectionString)
.
-