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
Document s. |
com.allanbank.mongodb.bson.builder.impl |
Provides the implementations for builders to aid in constructing BSON
Document s. |
com.allanbank.mongodb.bson.element | |
com.allanbank.mongodb.bson.io |
Provides the ability to serialize and deserialize BSON
Document s. |
com.allanbank.mongodb.builder |
Provides domain classes and builders for queries and the common MongoDB commands.
|
com.allanbank.mongodb.builder.expression | |
com.allanbank.mongodb.client |
Provides implementations of the main client interfaces and classes to translate the
Reply (s) from the server. |
com.allanbank.mongodb.client.state |
Support for tracking the state of a set of MongoDB servers.
|
com.allanbank.mongodb.gridfs |
Provides an implementation of the GridFS Specification.
|
Class and Description |
---|
IntegerElement
A wrapper for a BSON (signed 32-bit) integer.
|
Class and Description |
---|
ObjectId
An Object Id.
|
Class and Description |
---|
ArrayElement
A wrapper for a BSON array.
|
BooleanElement
A wrapper for a BSON boolean.
|
DocumentElement
Wraps a single BSON document that may contain nested documents.
|
DoubleElement
A wrapper for a BSON double.
|
IntegerElement
A wrapper for a BSON (signed 32-bit) integer.
|
LongElement
A wrapper for a BSON (signed 64-bit) integer or long.
|
ObjectId
An Object Id.
|
Class and Description |
---|
AbstractElement
A base class for the basic BSON types.
|
ArrayElement
A wrapper for a BSON array.
|
DocumentElement
Wraps a single BSON document that may contain nested documents.
|
ObjectId
An Object Id.
|
Class and Description |
---|
AbstractElement
A base class for the basic BSON types.
|
ArrayElement
A wrapper for a BSON array.
|
BinaryElement
A wrapper for a BSON binary.
|
BooleanElement
A wrapper for a BSON boolean.
|
DBPointerElement
Deprecated.
See BSON Specification.
|
DocumentElement
Wraps a single BSON document that may contain nested documents.
|
DoubleElement
A wrapper for a BSON double.
|
IntegerElement
A wrapper for a BSON (signed 32-bit) integer.
|
JavaScriptElement
A wrapper for a BSON JavaScript.
|
JavaScriptWithScopeElement
A wrapper for a BSON JavaScript with Scope.
|
LongElement
A wrapper for a BSON (signed 64-bit) integer or long.
|
MaxKeyElement
A wrapper for a BSON maximum key element.
|
MinKeyElement
A wrapper for a BSON minimum key element.
|
MongoTimestampElement
A wrapper for a BSON (signed 64-bit) Mongo timestamp as 4 byte increment and
4 byte timestamp.
|
NullElement
A wrapper for a BSON null.
|
ObjectId
An Object Id.
|
ObjectIdElement
A wrapper for a BSON Object Id.
|
RegularExpressionElement
A wrapper for a BSON regular expression.
|
StringElement
A wrapper for a BSON string.
|
SymbolElement
A wrapper for a BSON symbol.
|
TimestampElement
A wrapper for a BSON timestamp as the milliseconds since the epoch.
|
UuidElement
UuidElement provides a helper element for handling UUID
BinaryElement
sub-types. |
Class and Description |
---|
ArrayElement
A wrapper for a BSON array.
|
BinaryElement
A wrapper for a BSON binary.
|
BooleanElement
A wrapper for a BSON boolean.
|
DocumentElement
Wraps a single BSON document that may contain nested documents.
|
DoubleElement
A wrapper for a BSON double.
|
IntegerElement
A wrapper for a BSON (signed 32-bit) integer.
|
JavaScriptElement
A wrapper for a BSON JavaScript.
|
JavaScriptWithScopeElement
A wrapper for a BSON JavaScript with Scope.
|
LongElement
A wrapper for a BSON (signed 64-bit) integer or long.
|
MaxKeyElement
A wrapper for a BSON maximum key element.
|
MinKeyElement
A wrapper for a BSON minimum key element.
|
MongoTimestampElement
A wrapper for a BSON (signed 64-bit) Mongo timestamp as 4 byte increment and
4 byte timestamp.
|
NullElement
A wrapper for a BSON null.
|
ObjectId
An Object Id.
|
ObjectIdElement
A wrapper for a BSON Object Id.
|
RegularExpressionElement
A wrapper for a BSON regular expression.
|
StringElement
A wrapper for a BSON string.
|
SymbolElement
A wrapper for a BSON symbol.
|
TimestampElement
A wrapper for a BSON timestamp as the milliseconds since the epoch.
|
Class and Description |
---|
IntegerElement
A wrapper for a BSON (signed 32-bit) integer.
|
ObjectId
An Object Id.
|
StringElement
A wrapper for a BSON string.
|
Class and Description |
---|
ArrayElement
A wrapper for a BSON array.
|
DocumentElement
Wraps a single BSON document that may contain nested documents.
|
ObjectId
An Object Id.
|
Class and Description |
---|
IntegerElement
A wrapper for a BSON (signed 32-bit) integer.
|
Class and Description |
---|
DocumentElement
Wraps a single BSON document that may contain nested documents.
|
StringElement
A wrapper for a BSON string.
|
TimestampElement
A wrapper for a BSON timestamp as the milliseconds since the epoch.
|
Class and Description |
---|
ObjectId
An Object Id.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.