Package | Description |
---|---|
com.mongodb |
This package is the main entry point to the MongoDB Java Driver, and it contains the classes for the existing API from 2.x versions.
|
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 proxied)
Deprecated.
|
Copyright © 2016. All Rights Reserved.