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. |
com.allanbank.mongodb.client.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.
|
Modifier and Type | Method and Description |
---|---|
protected LockType |
MongoDatabaseImpl.getLockType()
Returns the type of lock to use.
|
protected LockType |
AbstractAsyncMongoCollection.getLockType()
Returns the type of lock to use.
|
Constructor and Description |
---|
FutureCallback(LockType lockType)
Create a new FutureCallback.
|
Constructor and Description |
---|
PendingMessageQueue(int size,
LockType lockType)
Creates a new PendingMessageQueue.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.