Package | Description |
---|---|
com.mongodb |
This package is the main entry point to the MongoDB Java Driver, and it contains the classes for the existing API from 2.x versions.
|
Modifier and Type | Method and Description |
---|---|
MongoOptions |
MongoOptions.copy()
Deprecated.
Copy this MongoOptions instance into a new instance.
|
MongoOptions |
Mongo.getMongoOptions()
Deprecated.
Please use
MongoClient class to connect to server and corresponding MongoClient.getMongoClientOptions() |
MongoOptions |
MongoURI.getOptions()
Deprecated.
Gets the options.
|
Constructor and Description |
---|
Mongo(List<ServerAddress> seeds,
MongoOptions options)
Deprecated.
|
Mongo(ServerAddress address,
MongoOptions options)
Deprecated.
|
Mongo(ServerAddress left,
ServerAddress right,
MongoOptions options)
Deprecated.
Please use
MongoClient.MongoClient(java.util.List, MongoClientOptions) instead. |
Mongo(String host,
MongoOptions options)
Deprecated.
|
Copyright © 2016. All Rights Reserved.