AggregationOptions |
The options to apply to an aggregate operation.
|
AggregationOptions.Builder |
Builder for creating AggregationOptions .
|
BulkUpdateRequestBuilder |
A builder for a single update request.
|
BulkWriteError |
Represents an error for an item included in a bulk write operation, e.g.
|
BulkWriteOperation |
A bulk write operation.
|
BulkWriteRequestBuilder |
A builder for a single write request.
|
BulkWriteResult |
The result of a successful bulk write operation.
|
BulkWriteUpsert |
Represents an upsert request in a bulk write operation that resulted in an insert.
|
CommandResult |
A simple wrapper to hold the result of a command.
|
DB |
A thread-safe client view of a logical database in a MongoDB cluster.
|
DBCollection |
Implementation of a database collection.
|
DBCursor |
An iterator over database results.
|
DefaultDBCallback |
An implementation of DBCallback that decodes into a DBObject.
|
DefaultDBDecoder |
An implementation of DBDecoder
|
DefaultDBEncoder |
The default BSON encoder for BSONObject instances.
|
InsertOptions |
Options related to insertion of documents into MongoDB.
|
LazyDBCallback |
A BSONCallback for the creation of LazyDBObject and LazyDBList instances.
|
LazyDBDecoder |
A decoder for LazyDBObject instances.
|
LazyDBEncoder |
Encoder that only knows how to encode BSONObject instances of type LazyDBObject.
|
LazyDBList |
A LazyDBObject representing a BSON array.
|
LazyDBObject |
An immutable DBObject backed by a byte buffer that lazily provides keys and values on request.
|
MapReduceCommand |
This class groups the argument for a map/reduce operation and can build the underlying command object
|
MapReduceOutput |
Represents the result of a map/reduce operation.
|
MongoClient |
A MongoDB client with internal connection pooling.
|
MongoClientOptions |
Various settings to control the behavior of a MongoClient .
|
MongoClientOptions.Builder |
A builder for MongoClientOptions so that MongoClientOptions can be immutable, and to support easier construction through chaining.
|
MongoClientURI |
Represents a URI
which can be used to create a MongoClient instance.
|
QueryBuilder |
Utility for creating DBObject queries
|
QueryOperators |
MongoDB keywords for various query operations.
|
WriteConcernError |
An error representing a failure by the server to apply the requested write concern to the bulk operation.
|
WriteResult |
This class lets you access the results of the previous acknowledged write.
|