Uses of Class
com.mongodb.MongoOptions

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

Uses of MongoOptions in com.mongodb
 

Constructors in com.mongodb with parameters of type MongoOptions
Mongo(ServerAddress addr, MongoOptions options)
          Connects to Mongo using a given DBAddress
Mongo(ServerAddress left, ServerAddress right, MongoOptions options)
          creates a Mongo connection in paired mode
Mongo(String host, MongoOptions options)
          Connects to the local mongo instance on default port.