| 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 |
|---|---|
MongoCollection |
MongoDatabase.getCollection(String name)
Returns the MongoCollection with the specified name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SynchronousMongoCollectionImpl
Implementation of the
MongoCollection interface including the
synchronous methods. |
| Modifier and Type | Method and Description |
|---|---|
MongoCollection |
MongoDatabaseImpl.getCollection(String name)
Returns the MongoCollection with the specified name.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.