| Package | Description | 
|---|---|
| com.allanbank.mongodb | 
 Provides a Java driver for the MongoDB document store that allows asynchronous invocation of requests. 
 | 
| com.allanbank.mongodb.connection.message | 
 Low level messages to be sent to the MongoDB server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LockType | 
MongoClientConfiguration.getLockType()
Returns the type of hand off lock to use between threads in the core of
 the driver. 
 | 
static LockType | 
LockType.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static LockType[] | 
LockType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MongoClientConfiguration.setLockType(LockType lockType)
Sets the type of hand off lock to use between threads in the core of the
 driver. 
 | 
| Constructor and Description | 
|---|
PendingMessageQueue(int size,
                   LockType lockType)
Creates a new PendingMessageQueue. 
 | 
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.