Package | Description |
---|---|
com.allanbank.mongodb |
Provides a Java driver for the MongoDB document store that allows asynchronous invocation of requests.
|
Modifier and Type | Method and Description |
---|---|
ConnectionModel |
MongoClientConfiguration.getConnectionModel()
Returns the model the driver uses for managing connections.
|
static ConnectionModel |
ConnectionModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionModel[] |
ConnectionModel.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.setConnectionModel(ConnectionModel connectionModel)
Sets the model the driver uses for managing connections.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.