Module io.vertx.mongo.client
Package io.vertx.ext.mongo
-
Interface Summary Interface Description MongoClient A Vert.x service used to interact with MongoDB server instances.MongoGridFsClient -
Class Summary Class Description AggregateOptions Options used to configure aggregate operations.AggregateOptionsConverter Converter and mapper forAggregateOptions.BulkOperation Contains all data needed for one operation of a bulk write operation.BulkWriteOptions Options for configuring bulk write operations.CollationOptions Options used to configure collation options.CollationOptionsConverter Converter and mapper forCollationOptions.CountOptions CountOptionsConverter Converter and mapper forCountOptions.CreateCollectionOptions Options for creating a collectionCreateCollectionOptionsConverter Converter and mapper forCreateCollectionOptions.DistinctOptions DistinctOptionsConverter Converter and mapper forDistinctOptions.FindOptions Options used to configure find operations.FindOptionsConverter Converter and mapper forFindOptions.GridFsDownloadOptions Options used to configure downloads from GridFS.GridFsUploadOptions IndexModel IndexModelConverter Converter and mapper forIndexModel.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.RenameCollectionOptions Options used to configure rename collection options.RenameCollectionOptionsConverter Converter and mapper forRenameCollectionOptions.TimeSeriesOptions Options used to configure timeseries options.TimeSeriesOptionsConverter Converter and mapper forTimeSeriesOptions.UpdateOptions Options for configuring updates.ValidationOptions ValidationOptionsConverter Converter and mapper forValidationOptions. -
Enum Summary Enum Description BulkOperationType Enum for the different possible operationsTimeSeriesGranularity WriteOption Enum representing the mongoDB Java Driver'sWriteConcern