Package | Description |
---|---|
com.allanbank.mongodb.bson.element | |
com.allanbank.mongodb.bson.io |
Provides the ability to serialize and deserialize BSON
Document s. |
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.connection.socket |
Low level socket connection to a single MongoDB server.
|
com.allanbank.mongodb.client.message |
Low level messages to be sent to the MongoDB server.
|
Class and Description |
---|
BsonInputStream
BsonInputStream provides a class to read BSON documents based on the
BSON specification. |
Class and Description |
---|
AbstractStringCache
AbstractStringCache provides the basic functionality for tracking string
usage and triggering rebuilds of the cache over time.
|
RandomAccessOutputStream
Provides a capability similar to the ByteArrayOutputStream but also
provides the ability to re-write portions of the stream already written and
to determine the current size (or position) of the written data.
|
StringDecoderCache
StringDecoderCache provides a cache for decoding strings.
|
StringDecoderCache.TrieCache.TrieNode
Node provides a single node in the trie.
|
StringEncoder
StringEncoder provides a single location for the string encoding and sizing
logic.
|
StringEncoderCache
StringEncoderCache provides the ability to cache the encoding of a string to
speed the writing of strings.
|
Class and Description |
---|
BsonOutputStream
A wrapper for an
OutputStream to handle writing BSON primitives. |
BufferingBsonOutputStream
BufferingBsonOutputStream provides a class to write BSON documents
based on the BSON specification. |
Class and Description |
---|
BsonInputStream
BsonInputStream provides a class to read BSON documents based on the
BSON specification. |
BufferingBsonOutputStream
BufferingBsonOutputStream provides a class to write BSON documents
based on the BSON specification. |
RandomAccessOutputStream
Provides a capability similar to the ByteArrayOutputStream but also
provides the ability to re-write portions of the stream already written and
to determine the current size (or position) of the written data.
|
StringDecoderCache
StringDecoderCache provides a cache for decoding strings.
|
StringEncoderCache
StringEncoderCache provides the ability to cache the encoding of a string to
speed the writing of strings.
|
Class and Description |
---|
BsonInputStream
BsonInputStream provides a class to read BSON documents based on the
BSON specification. |
BsonOutputStream
A wrapper for an
OutputStream to handle writing BSON primitives. |
BufferingBsonOutputStream
BufferingBsonOutputStream provides a class to write BSON documents
based on the BSON specification. |
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.