Package | Description |
---|---|
com.allanbank.mongodb |
Provides a Java driver for the MongoDB document store that allows asynchronous invocation of requests.
|
com.allanbank.mongodb.client |
Provides implementations of the main client interfaces and classes to translate the
Reply (s) from the server. |
Modifier and Type | Method and Description |
---|---|
Mongo |
Mongo.asSerializedMongo()
Deprecated.
Use
MongoClient.asSerializedClient() instead. |
static Mongo |
MongoFactory.create(MongoDbConfiguration config)
Deprecated.
Use the
MongoFactory.createClient(MongoClientConfiguration)
instead. This method will be removed on or after the 1.3.0
release. |
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 Mongo |
MongoFactory.create(String mongoDbUri)
Deprecated.
Use the
MongoFactory.createClient(String) instead. This method
will be removed on or after the 1.3.0 release. |
Modifier and Type | Class and Description |
---|---|
class |
MongoImpl
Deprecated.
Use the
MongoClient interface instead. This interface
will be removed on or after the 1.3.0 release. |
Modifier and Type | Method and Description |
---|---|
Mongo |
MongoImpl.asSerializedMongo()
Deprecated.
Use the
MongoClientImpl.asSerializedClient() instead. |
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.