Example usage for Java com.mongodb MongoClientURI fields, constructors, methods, implement or subclass
The text is from its open source code.
MongoClientURI(final String uri) Creates a MongoURI from the given string. | |
MongoClientURI(final String uri, final MongoClientOptions.Builder builder) Creates a MongoURI from the given URI string, and MongoClientOptions.Builder. |
boolean | equals(final Object o) |
String | getCollection() Gets the collection name |
MongoCredential | getCredentials() Gets the credentials. |
String | getDatabase() Gets the database name |
List | getHosts() Gets the list of hosts |
MongoClientOptions | getOptions() Gets the options |
char[] | getPassword() Gets the password |
String | getURI() Get the unparsed URI. |
String | getUsername() Gets the username |
String | toString() |