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