| Package | Description |
|---|---|
| com.allanbank.mongodb |
Provides a Java driver for the MongoDB document store that allows asynchronous invocation of requests.
|
| com.allanbank.mongodb.client |
Provides implementations of the main client interfaces and classes to translate the
Reply(s) from the server. |
| Modifier and Type | Method and Description |
|---|---|
static MongoCollection.ValidateMode |
MongoCollection.ValidateMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MongoCollection.ValidateMode[] |
MongoCollection.ValidateMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Document |
MongoCollection.validate(MongoCollection.ValidateMode mode)
Validates the collections contents.
|
| Modifier and Type | Method and Description |
|---|---|
Document |
SynchronousMongoCollectionImpl.validate(MongoCollection.ValidateMode mode)
Validates the collections contents.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.