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 | Interface and Description |
---|---|
interface |
Mongo
Deprecated.
Use the
MongoClient interface instead. This interface
will be removed on or after the 1.3.0 release. |
Modifier and Type | Method and Description |
---|---|
MongoClient |
MongoClient.asSerializedClient()
Returns a MongoClient instance that shares connections with this
MongoClient instance but serializes all of its requests on a single
connection.
|
static MongoClient |
MongoFactory.createClient(MongoClientConfiguration config)
Creates a new
Mongo instance using the
MongoClientConfiguration . |
static MongoClient |
MongoFactory.createClient(MongoDbUri mongoDbUri)
Creates a new
Mongo instance using a MongoDB style URL. |
static MongoClient |
MongoFactory.createClient(String mongoDbUri)
Creates a new
Mongo instance using a MongoDB style URL. |
Modifier and Type | Class and Description |
---|---|
class |
MongoClientImpl
Implements the bootstrap point for interactions with MongoDB.
|
class |
MongoImpl
Deprecated.
Use the
MongoClient interface instead. This interface
will be removed on or after the 1.3.0 release. |
Modifier and Type | Method and Description |
---|---|
MongoClient |
MongoClientImpl.asSerializedClient()
Returns a MongoClient instance that shares connections with this
MongoClient instance but serializes all of its requests on a single
connection.
|
Constructor and Description |
---|
MongoDatabaseImpl(MongoClient mongoClient,
Client client,
String name)
Create a new MongoDatabaseClient.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.