| Package | Description |
|---|---|
| com.mongodb |
| 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,
com.mongodb.client.MongoDriverInformation mongoDriverInformation)
Creates a Mongo described by a URI.
|
MongoURI(MongoClientURI proxied)
Deprecated.
|
Copyright © 2017. All rights reserved.