Package | Description |
---|---|
com.mongodb |
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<com.mongodb.ServerAddress> seeds,
MongoOptions options)
Deprecated.
|
Mongo(com.mongodb.ServerAddress address,
MongoOptions options)
Deprecated.
|
Mongo(com.mongodb.ServerAddress left,
com.mongodb.ServerAddress right,
MongoOptions options)
Deprecated.
Please use
MongoClient.MongoClient(java.util.List, MongoClientOptions) instead. |
Mongo(String host,
MongoOptions options)
Deprecated.
|
Copyright © 2017. All rights reserved.