Example usage for Java com.mongodb DBAddress fields, constructors, methods, implement or subclass
The text is from its open source code.
DBAddress(final String host, final int port, final String databaseName) Creates a DBAddress for the given database on the given host at the given port. | |
DBAddress(final InetAddress inetAddress, final int port, final String databaseName) | |
DBAddress(final String urlFormat) Creates a new address. |