Package | Description |
---|---|
com.mongodb |
The core mongodb package
|
Modifier and Type | Field and Description |
---|---|
private MongoOptions |
MongoURI.options
Deprecated.
|
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(java.util.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(java.lang.String host,
MongoOptions options)
Deprecated.
|