Package | Description |
---|---|
com.mongodb |
Main package with core files.
|
Modifier and Type | Method and Description |
---|---|
MongoOptions |
MongoOptions.copy()
Deprecated.
|
MongoOptions |
Mongo.getMongoOptions()
Deprecated.
Please use
MongoClient and corresponding MongoClient.getMongoClientOptions() |
MongoOptions |
MongoURI.getOptions()
Gets the options.
|
Constructor and Description |
---|
Mongo(List<ServerAddress> seeds,
MongoOptions options)
Deprecated.
|
Mongo(ServerAddress addr,
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.
|