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.gridfs |
Provides an implementation of the GridFS Specification.
|
Modifier and Type | Method and Description |
---|---|
MongoDatabase |
MongoClient.getDatabase(String name)
Returns the MongoDatabase with the specified name.
|
Modifier and Type | Class and Description |
---|---|
class |
MongoDatabaseImpl
Implementation of the
MongoDatabase interface. |
Modifier and Type | Field and Description |
---|---|
protected MongoDatabase |
AbstractMongoOperations.myDatabase
The name of the database we interact with.
|
Modifier and Type | Method and Description |
---|---|
MongoDatabase |
MongoClientImpl.getDatabase(String name)
Returns the MongoDatabase with the specified name.
|
Constructor and Description |
---|
AbstractAsyncMongoCollection(Client client,
MongoDatabase database,
String name)
Create a new AbstractAsyncMongoCollection.
|
AbstractMongoOperations(Client client,
MongoDatabase database,
String name)
Create a new AbstractAsyncMongoCollection.
|
BatchedAsyncMongoCollectionImpl(Client client,
MongoDatabase database,
String name)
Creates a new BatchedAsyncMongoCollectionImpl.
|
SynchronousMongoCollectionImpl(Client client,
MongoDatabase database,
String name)
Create a new MongoDatabaseClient.
|
Constructor and Description |
---|
GridFs(MongoDatabase database)
Creates a new GridFs.
|
GridFs(MongoDatabase database,
String rootName)
Creates a new GridFs.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.