Package | Description |
---|---|
com.mongodb |
The core mongodb package
|
Modifier and Type | Method and Description |
---|---|
DBAddress |
DBAddress.getSister(java.lang.String name)
Deprecated.
Creates a DBAddress pointing to a different database on the same server.
|
Constructor and Description |
---|
DBAddress(DBAddress other,
java.lang.String databaseName)
Deprecated.
Create a DBAddress using the host and port from an existing DBAddress, and connected to a given database.
|