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.state |
Support for tracking the state of a set of MongoDB servers.
|
Modifier and Type | Method and Description |
---|---|
TimestampElement |
TimestampElement.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 TimestampElement |
BsonInputStream.readTimestampElement()
Reads a
TimestampElement from the stream. |
Modifier and Type | Field and Description |
---|---|
static Class<TimestampElement> |
Server.TIMESTAMP_TYPE
The timestamp element type.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.