mongodb-async-driver 1.0.2 API

Motivation

See: Description

Packages 
Package Description
com.allanbank.mongodb
Provides a Java driver for the MongoDB document store that allows asynchronous invocation of requests.
com.allanbank.mongodb.bson
Strongly typed, immutable implementation of the BSON Specification.
com.allanbank.mongodb.bson.builder
Provides the interfaces for builders to aid in constructing BSON Documents.
com.allanbank.mongodb.bson.builder.impl
Provides the implementations for builders to aid in constructing BSON Documents.
com.allanbank.mongodb.bson.element
Provides the complete set of BSON Elements used to construct Documents.
com.allanbank.mongodb.bson.impl
Provides the implementation of a top level BSON Document.
com.allanbank.mongodb.bson.io
Provides the ability to serialize and deserialize BSON Documents.
com.allanbank.mongodb.builder
Provides domain classes and builders for queries and the common MongoDB commands.
com.allanbank.mongodb.builder.expression
Provides support for construction of expressions for use with aggregate command's $project operator.
com.allanbank.mongodb.client
Provides implementations of the main client interfaces and classes to translate the Reply(s) from the server.
com.allanbank.mongodb.connection
Provides interfaces for managing connections to different MongoDB server configurations.
com.allanbank.mongodb.connection.auth
Wraps a connection and ensures that all requests are properly authenticated.
com.allanbank.mongodb.connection.bootstrap
Bootstraps a the correct type of connections for the type of MongoDB cluster.
com.allanbank.mongodb.connection.message
Low level messages to be sent to the MongoDB server.
com.allanbank.mongodb.connection.proxy
Support for connection that delegate to a lower level connection.
com.allanbank.mongodb.connection.rs
Support for connections to Replica Sets.
com.allanbank.mongodb.connection.sharded
Support for connections to Sharded Configurations.
com.allanbank.mongodb.connection.socket
Low level socket connection to a single MongoDB server.
com.allanbank.mongodb.connection.state
Support for tracking the state of a set of MongoDB servers.
com.allanbank.mongodb.error
Exceptions for common MongoDB error conditions.
com.allanbank.mongodb.gridfs
Provides an implementation of the GridFS Specification.
com.allanbank.mongodb.util
Provides utilities used cross the driver.

Copyright © 2011-2012 Allanbank Consulting, Inc.. All Rights Reserved.