|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mongo | |
---|---|
com.mongodb | Main package with core files. |
com.mongodb.util | Package containing misc utils. |
Uses of Mongo in com.mongodb |
---|
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 m)
returns the URI's Collection from a given Mongo instance |
DB |
MongoURI.connectDB(Mongo m)
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 m,
List<ServerAddress> all)
|
|
DBTCPConnector(Mongo m,
ServerAddress... all)
|
|
DBTCPConnector(Mongo m,
ServerAddress addr)
|
Uses of Mongo in com.mongodb.util |
---|
Fields in com.mongodb.util declared as Mongo | |
---|---|
Mongo |
TestCase.cleanupMongo
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |