Package | Description |
---|---|
com.allanbank.mongodb |
Provides a Java driver for the MongoDB document store that allows asynchronous invocation of requests.
|
com.allanbank.mongodb.bson.element | |
com.allanbank.mongodb.client.state |
Support for tracking the state of a set of MongoDB servers.
|
Modifier and Type | Method and Description |
---|---|
static Version |
Version.parse(List<NumericElement> versionArray)
Parses a version from a version array.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleElement
A wrapper for a BSON double.
|
class |
IntegerElement
A wrapper for a BSON (signed 32-bit) integer.
|
class |
LongElement
A wrapper for a BSON (signed 64-bit) integer or long.
|
Modifier and Type | Field and Description |
---|---|
static Class<NumericElement> |
Server.NUMERIC_TYPE
The numeric element type.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.