| Package | Description |
|---|---|
| com.mongodb |
The core mongodb package
|
| com.mongodb.bulk |
Contains classes for representing the result of a bulk write operation.
|
| com.mongodb.client |
This package contains classes for the new client api for MongoDatabase and MongoCollection
|
| com.mongodb.connection |
Contains classes that manage connecting to MongoDB servers.
|
| com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
| Class and Description |
|---|
| BulkWriteError
Represents an error for an item included in a bulk write operation, e.g.
|
| BulkWriteResult
The result of a successful bulk write operation.
|
| WriteConcernError
An error representing a failure by the server to apply the requested write concern to the bulk operation.
|
| Class and Description |
|---|
| BulkWriteResult
The result of a successful bulk write operation.
|
| BulkWriteUpsert
Represents an item in the bulk write that was upserted.
|
| DeleteRequest
A representation of a delete.
|
| IndexRequest
The settings to apply to the creation of an index.
|
| UpdateRequest
An update to one or more documents.
|
| WriteRequest
An abstract base class for a write request.
|
| WriteRequest.Type
The type of write.
|
| Class and Description |
|---|
| BulkWriteResult
The result of a successful bulk write operation.
|
| Class and Description |
|---|
| BulkWriteError
Represents an error for an item included in a bulk write operation, e.g.
|
| BulkWriteResult
The result of a successful bulk write operation.
|
| DeleteRequest
A representation of a delete.
|
| InsertRequest
A representation of a document to insert.
|
| UpdateRequest
An update to one or more documents.
|
| WriteConcernError
An error representing a failure by the server to apply the requested write concern to the bulk operation.
|
| Class and Description |
|---|
| BulkWriteResult
The result of a successful bulk write operation.
|
| DeleteRequest
A representation of a delete.
|
| IndexRequest
The settings to apply to the creation of an index.
|
| InsertRequest
A representation of a document to insert.
|
| UpdateRequest
An update to one or more documents.
|
| WriteRequest
An abstract base class for a write request.
|
| WriteRequest.Type
The type of write.
|
Copyright © 2017. All Rights Reserved.