|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Mongo | |
|---|---|
| com.mongodb | Main package with core files. |
| Uses of Mongo in com.mongodb |
|---|
| Subclasses of Mongo in com.mongodb | |
|---|---|
class |
MongoClient
A MongoDB client with internal connection pooling. |
| Methods in com.mongodb that return Mongo | |
|---|---|
Mongo |
MongoURI.connect()
creates a Mongo instance based on the URI |
Mongo |
Mongo.Holder.connect(MongoURI uri)
Attempts to find an existing Mongo instance matching that URI in the holder, and returns it if exists. |
Mongo |
DB.getMongo()
Gets the Mongo instance |
| Methods in com.mongodb with parameters of type Mongo | |
|---|---|
DBCollection |
MongoURI.connectCollection(Mongo mongo)
returns the URI's Collection from a given Mongo instance |
DB |
MongoURI.connectDB(Mongo mongo)
returns the URI's DB object from a given Mongo instance |
| Constructors in com.mongodb with parameters of type Mongo | |
|---|---|
DB(Mongo mongo,
String name)
|
|
DBApiLayer(Mongo mongo,
String name,
DBConnector connector)
|
|
DBTCPConnector(Mongo mongo)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||