Package | Description |
---|---|
com.allanbank.mongodb |
Provides a Java driver for the MongoDB document store that allows asynchronous invocation of requests.
|
Modifier and Type | Method and Description |
---|---|
static Mongo |
MongoFactory.create(MongoDbUri mongoDbUri)
Deprecated.
Use the
MongoFactory.createClient(MongoDbUri) instead. This
method will be removed on or after the 1.3.0 release. |
static MongoClient |
MongoFactory.createClient(MongoDbUri mongoDbUri)
Creates a new
Mongo instance using a MongoDB style URL. |
Constructor and Description |
---|
MongoClientConfiguration(MongoDbUri mongoDbUri)
Creates a new
MongoClientConfiguration instance using a MongoDB
style URL to initialize its state. |
MongoClientConfiguration(MongoDbUri mongoDbUri,
Durability defaultDurability)
Creates a new
MongoClientConfiguration instance using a MongoDB
style URL to initialize its state. |
MongoDbConfiguration(MongoDbUri mongoDbUri)
Deprecated.
Creates a new
MongoDbConfiguration instance using a MongoDB style
URL to initialize its state. |
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.