| 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 | 
|---|---|
MongoDbConfiguration | 
MongoDbConfiguration.clone()
Deprecated.  
Creates a copy of this MongoClientConfiguration. 
 | 
MongoDbConfiguration | 
Mongo.getConfig()
Deprecated.  
Returns the configuration being used by the logical MongoDB connection. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. | 
| Constructor and Description | 
|---|
MongoDbConfiguration(MongoDbConfiguration other)
Deprecated.  
Creates a new MongoDbConfiguration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MongoDbConfiguration | 
MongoImpl.getConfig()
Deprecated.  
Returns the configuration being used by the logical MongoDB connection. 
 | 
| Constructor and Description | 
|---|
MongoImpl(MongoDbConfiguration config)
Deprecated.  
Create a new MongoClient. 
 | 
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.