Uses of Class
com.mongodb.DBAddress

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

Uses of DBAddress in com.mongodb
 

Methods in com.mongodb that return DBAddress
 DBAddress DBAddress.getSister(String name)
           
 

Methods in com.mongodb with parameters of type DBAddress
static DB Mongo.connect(DBAddress addr)
           
 

Constructors in com.mongodb with parameters of type DBAddress
DBAddress(DBAddress other, String dbname)
          Connects to a given database using the host/port information from an existing DBAddress.