Package | Description |
---|---|
com.allanbank.mongodb.client |
Provides implementations of the main client interfaces and classes to translate the
Reply (s) from the server. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClient
AbstractClient provides a base class for
Client implementations. |
class |
ClientImpl
Implementation of the internal
Client interface which all requests to
the MongoDB servers pass. |
class |
SerialClientImpl
A specialization of the
ClientImpl to always try to use the same
connection. |
Modifier and Type | Field and Description |
---|---|
protected Client |
AbstractMongoCollection.myClient
The client for interacting with MongoDB.
|
protected Client |
MongoDatabaseImpl.myClient
The client for interacting with MongoDB.
|
Modifier and Type | Method and Description |
---|---|
Client |
MongoClientImpl.getClient()
Returns the client value.
|
protected Client |
MongoIteratorImpl.getClient()
Returns the client value.
|
Constructor and Description |
---|
AbstractMongoCollection(Client client,
MongoDatabase database,
String name)
Create a new AbstractMongoCollection.
|
MongoClientImpl(Client client)
Create a new MongoClient.
|
MongoCollectionImpl(Client client,
MongoDatabase database,
String name)
Create a new MongoDatabaseClient.
|
MongoDatabaseImpl(Client client,
String name)
Create a new MongoDatabaseClient.
|
MongoImpl(Client client)
Deprecated.
Create a new MongoClient.
|
MongoIteratorImpl(Document cursorDocument,
Client client)
Create a new MongoIteratorImpl from a cursor document.
|
MongoIteratorImpl(Query originalQuery,
Client client,
String server,
Reply reply)
Create a new MongoDBInterator.
|
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.