Uses of Class
com.mongodb.MongoOptions

Packages that use MongoOptions
com.mongodb Main package with core files. 
 

Uses of MongoOptions in com.mongodb
 

Methods in com.mongodb that return MongoOptions
 MongoOptions MongoOptions.copy()
           
 MongoOptions Mongo.getMongoOptions()
          Returns the mongo options.
 MongoOptions MongoURI.getOptions()
          Gets the options.
 

Constructors in com.mongodb with parameters of type MongoOptions
Mongo(List<ServerAddress> seeds, MongoOptions options)
          Deprecated. Replaced by MongoClient.MongoClient(java.util.List, MongoClientOptions)
Mongo(ServerAddress addr, MongoOptions options)
          Deprecated. Replaced by MongoClient.MongoClient(ServerAddress, MongoClientOptions)
Mongo(ServerAddress left, ServerAddress right, MongoOptions options)
          Deprecated. 
Mongo(String host, MongoOptions options)
          Deprecated. Replaced by MongoClient.MongoClient(String, MongoClientOptions)