| Package | Description |
|---|---|
| com.mongodb |
This package is the main entry point to the MongoDB Java Driver, and it contains the classes for the existing API from 2.x versions.
|
| Modifier and Type | Method and Description |
|---|---|
DBAddress |
DBAddress.getSister(String name)
Deprecated.
Creates a DBAddress pointing to a different database on the same server.
|
| Constructor and Description |
|---|
DBAddress(DBAddress other,
String databaseName)
Deprecated.
Create a DBAddress using the host and port from an existing DBAddress, and connected to a given database.
|
Copyright © 2016. All Rights Reserved.