| Package | Description |
|---|---|
| com.mongodb |
Main package with core files.
|
| Modifier and Type | Method and Description |
|---|---|
Mongo |
Mongo.Holder.connect(MongoClientURI uri)
Attempts to find an existing MongoClient instance matching that URI in the holder, and returns it if exists.
|
| Constructor and Description |
|---|
MongoClient(MongoClientURI uri)
Creates a Mongo described by a URI.
|
MongoURI(MongoClientURI mongoClientURI)
Deprecated.
Replaced by
MongoClientURI) |