| Package | Description |
|---|---|
| com.mongodb |
The core mongodb package
|
| 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.
|
MongoClient(MongoClientURI uri,
MongoDriverInformation mongoDriverInformation)
Creates a Mongo described by a URI.
|
MongoURI(MongoClientURI proxied)
Deprecated.
|
Copyright © 2017. All Rights Reserved.