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 | Interface and Description |
---|---|
interface |
BatchedAsyncMongoCollection
BatchedAsyncMongoCollection provides the interface for submitting batched
requests to the MongoDB server.
|
interface |
MongoCollection
Interface for interacting with a MongoDB collection.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAsyncMongoCollection
Helper class for forward all methods to the canonical version (which is
abstract in this class).
|
class |
BatchedAsyncMongoCollectionImpl
BatchedAsyncMongoCollectionImpl provides the implementation for the
BatchedAsyncMongoCollection . |
class |
SynchronousMongoCollectionImpl
Implementation of the
MongoCollection interface including the
synchronous methods. |
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.