Interface | Description |
---|---|
MongoClient |
A Vert.x service used to interact with MongoDB server instances.
|
Class | Description |
---|---|
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.
|
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 |
---|---|
BulkOperation.BulkOperationType |
Enum for the different possible operations
|
WriteOption |
Enum representing the mongoDB Java Driver's
com.mongodb.WriteConcern |
Copyright © 2017. All rights reserved.