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.builder.expression | |
com.allanbank.mongodb.connection.state |
Support for tracking the state of a set of MongoDB servers.
|
Modifier and Type | Method and Description |
---|---|
DocumentElement |
DocumentElement.withName(String name)
Creates a new element with the same type and value as this element but
with the specified name.
|
Modifier and Type | Method and Description |
---|---|
protected DocumentElement |
BsonInputStream.readDocumentElement()
Reads a BSON Subdocument element:
|
Modifier and Type | Method and Description |
---|---|
DocumentElement |
UnaryExpression.toElement(String name)
Returns the expression in the form of a BSON element.
|
DocumentElement |
NaryExpression.toElement(String name)
Returns the expression in the form of a BSON element.
|
Modifier and Type | Field and Description |
---|---|
static Class<DocumentElement> |
SecondsBehindCallback.DOCUMENT_TYPE
The document element type.
|
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.