Interface | Description |
---|---|
MongoClient |
A Vert.x service used to interact with MongoDB server instances.
|
MongoGridFsClient |
Class | Description |
---|---|
AggregateOptions |
Options used to configure aggregate operations.
|
AggregateOptionsConverter |
Converter and mapper for
AggregateOptions . |
BulkOperation |
Contains all data needed for one operation of a bulk write operation.
|
BulkWriteOptions |
Options for configuring bulk write operations.
|
FindOptions |
Options used to configure find operations.
|
FindOptionsConverter |
Converter and mapper for
FindOptions . |
GridFsDownloadOptions |
Options used to configure downloads from GridFS.
|
GridFsUploadOptions | |
IndexModel | |
IndexModelConverter |
Converter and mapper for
IndexModel . |
IndexOptions |
Options used to configure index.
|
MongoClientBulkWriteResult |
Result propagated from mongodb driver bulk write result.
|
MongoClientDeleteResult |
Result propagated from mongodb driver delete result.
|
MongoClientUpdateResult |
Result propagated from mongodb driver update result.
|
UpdateOptions |
Options for configuring updates.
|
Enum | Description |
---|---|
BulkOperationType |
Enum for the different possible operations
|
WriteOption |
Enum representing the mongoDB Java Driver's
WriteConcern |
Copyright © 2021 Eclipse. All rights reserved.