- DEFAULT_BACKGROUD - Static variable in class io.vertx.ext.mongo.IndexOptions
-
- DEFAULT_BATCH_SIZE - Static variable in class io.vertx.ext.mongo.AggregateOptions
-
The default value of batchSize = 10.
- DEFAULT_BATCH_SIZE - Static variable in class io.vertx.ext.mongo.FindOptions
-
The default value of batchSize = 10.
- DEFAULT_DB_NAME - Static variable in interface io.vertx.ext.mongo.MongoClient
-
The name of the default database
- DEFAULT_DELETED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
The default value is 0, signifying no document was deleted
- DEFAULT_DOCMATCHED - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
-
The default value is 0, signifying no match
- DEFAULT_DOCMODIFIED - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
-
The default value is 0, signifying no document is modified
- DEFAULT_INSERTED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
The default value is 0, signifying no document was inserted
- DEFAULT_LIMIT - Static variable in class io.vertx.ext.mongo.FindOptions
-
The default value of limit = -1, signifying no limit
- DEFAULT_MATCHED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
The default value is 0, signifying no document was matched
- DEFAULT_MAX_AWAIT_TIME - Static variable in class io.vertx.ext.mongo.AggregateOptions
-
The default value of maxAwaitTime = 1000.
- DEFAULT_MAX_TIME - Static variable in class io.vertx.ext.mongo.AggregateOptions
-
The default value of maxTime = 0.
- DEFAULT_MODIFIED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
The default value is 0, signifying no document was modified
- DEFAULT_MULTI - Static variable in class io.vertx.ext.mongo.UpdateOptions
-
The default value of multi = false
- DEFAULT_ORDERED - Static variable in class io.vertx.ext.mongo.BulkWriteOptions
-
The default value of ordered = true
- DEFAULT_POOL_NAME - Static variable in interface io.vertx.ext.mongo.MongoClient
-
The name of the default pool
- DEFAULT_REMOVEDCOUNT - Static variable in class io.vertx.ext.mongo.MongoClientDeleteResult
-
The default value is 0, signifying no document is removed
- DEFAULT_RETURN_NEW_DOCUMENT - Static variable in class io.vertx.ext.mongo.UpdateOptions
-
The default value of returning new document = false
- DEFAULT_REVISION - Static variable in class io.vertx.ext.mongo.GridFsDownloadOptions
-
- DEFAULT_SKIP - Static variable in class io.vertx.ext.mongo.FindOptions
-
The default value of skip = 0
- DEFAULT_SPARSE - Static variable in class io.vertx.ext.mongo.IndexOptions
-
- DEFAULT_UNIQUE - Static variable in class io.vertx.ext.mongo.IndexOptions
-
- DEFAULT_UPSERT - Static variable in class io.vertx.ext.mongo.UpdateOptions
-
The default value of upsert = false
- defaultLanguage(String) - Method in class io.vertx.ext.mongo.IndexOptions
-
Sets the language for the text index.
- delete(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
Deletes a file by it's ID
- delete(String) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
- DELETED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
Constant to be used when storing and retrieving Json for documents deleted.
- distinct(String, String, String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name.
- distinct(String, String, String) - Method in interface io.vertx.ext.mongo.MongoClient
-
- distinctBatch(String, String, String) - Method in interface io.vertx.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name.
- distinctBatchWithQuery(String, String, String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name filtered by specified query.
- distinctBatchWithQuery(String, String, String, JsonObject, int) - Method in interface io.vertx.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name filtered by specified query.
- distinctWithQuery(String, String, String, JsonObject, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name filtered by specified query.
- distinctWithQuery(String, String, String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
-
- DOC_MATCHED - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
-
Constant to be used when storing and retrieving Json for documents matched.
- DOC_MODIFIED - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
-
Constant to be used when storing and retrieving Json for documents modified.
- downloadByFileName(WriteStream<Buffer>, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
- downloadByFileName(WriteStream<Buffer>, String) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
- downloadByFileNameWithOptions(WriteStream<Buffer>, String, GridFsDownloadOptions, Handler<AsyncResult<Long>>) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
- downloadByFileNameWithOptions(WriteStream<Buffer>, String, GridFsDownloadOptions) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
- downloadById(WriteStream<Buffer>, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
- downloadById(WriteStream<Buffer>, String) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
- downloadFile(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
Downloads a file.
- downloadFile(String) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
- downloadFileAs(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
Downloads a file and gives it a new name.
- downloadFileAs(String, String) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
- downloadFileByID(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
Downloads a file using the ID generated by GridFs.
- downloadFileByID(String, String) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
- drop(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
Drops the entire file bucket with all of its contents
- drop() - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
- dropCollection(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Drop a collection
- dropCollection(String) - Method in interface io.vertx.ext.mongo.MongoClient
-
- dropIndex(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Drops the index given its name.
- dropIndex(String, String) - Method in interface io.vertx.ext.mongo.MongoClient
-
- getAllowDiskUse() - Method in class io.vertx.ext.mongo.AggregateOptions
-
Get the flag if writing to temporary files is enabled.
- getArrayFilters() - Method in class io.vertx.ext.mongo.UpdateOptions
-
Get the arrayFilters option.
- getBatchSize() - Method in class io.vertx.ext.mongo.AggregateOptions
-
- getBatchSize() - Method in class io.vertx.ext.mongo.FindOptions
-
- getBits() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the number of precision of the stored geohash value of the location data in 2d indexes.
- getBucketSize() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the specified the number of units within which to group the location values for geoHaystack Indexes
- getChunkSizeBytes() - Method in class io.vertx.ext.mongo.GridFsUploadOptions
-
- getCollections(Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Get a list of all collections in the database.
- getCollections() - Method in interface io.vertx.ext.mongo.MongoClient
-
- getDefaultLanguage() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the language for a text index.
- getDeletedCount() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
Returns the number of deleted documents
- getDocMatched() - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
-
Get the number of documents that're matched
- getDocModified() - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
-
Get the number of documents that're modified
- getDocument() - Method in class io.vertx.ext.mongo.BulkOperation
-
Returns the document, used by insert, replace, and update operations
- getDocUpsertedId() - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
-
Get the document id that's upserted
- getExpireAfter(TimeUnit) - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the time to live for documents in the collection
- getFields() - Method in class io.vertx.ext.mongo.FindOptions
-
Get the fields
- getFilter() - Method in class io.vertx.ext.mongo.BulkOperation
-
Returns the filter document, used by replace, update, and delete operations
- getInsertedCount() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
Returns the number of inserted documents
- getKey() - Method in class io.vertx.ext.mongo.IndexModel
-
Get the index key
- getLanguageOverride() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the name of the field that contains the language string.
- getLimit() - Method in class io.vertx.ext.mongo.FindOptions
-
Get the limit - this determines the max number of rows to return
- getMatchedCount() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
Returns the number of matched documents
- getMax() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the upper inclusive boundary for the longitude and latitude values for 2d indexes..
- getMaxTime() - Method in class io.vertx.ext.mongo.AggregateOptions
-
Get the specified time limit in milliseconds for processing operations on a cursor.
- getMetadata() - Method in class io.vertx.ext.mongo.GridFsUploadOptions
-
- getMin() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the lower inclusive boundary for the longitude and latitude values for 2d indexes..
- getModifiedCount() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
Returns the number of modified documents
- getName() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the name of the index.
- getOptions() - Method in class io.vertx.ext.mongo.IndexModel
-
Get the index options
- getPartialFilterExpression() - Method in class io.vertx.ext.mongo.IndexOptions
-
Get the filter expression for the documents to be included in the index or null if not set
- getRemovedCount() - Method in class io.vertx.ext.mongo.MongoClientDeleteResult
-
Get the number of removed documents
- getRevision() - Method in class io.vertx.ext.mongo.GridFsDownloadOptions
-
- getSkip() - Method in class io.vertx.ext.mongo.FindOptions
-
Get the skip.
- getSort() - Method in class io.vertx.ext.mongo.FindOptions
-
Get the sort document
- getSphereVersion() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the 2dsphere index version number.
- getStorageEngine() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the storage engine options document for this index.
- getTextVersion() - Method in class io.vertx.ext.mongo.IndexOptions
-
The text index version number.
- getType() - Method in class io.vertx.ext.mongo.BulkOperation
-
Returns the operation type
- getUpserts() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
An unmodifiable list of upsert data.
- getVersion() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the index version number.
- getWeights() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the weighting object for use with a text index
- getWriteOption() - Method in class io.vertx.ext.mongo.BulkWriteOptions
-
Get the write option
- getWriteOption() - Method in class io.vertx.ext.mongo.UpdateOptions
-
Get the write option.
- GridFsDownloadOptions - Class in io.vertx.ext.mongo
-
Options used to configure downloads from GridFS.
- GridFsDownloadOptions() - Constructor for class io.vertx.ext.mongo.GridFsDownloadOptions
-
Default constructor
- GridFsDownloadOptions(GridFsDownloadOptions) - Constructor for class io.vertx.ext.mongo.GridFsDownloadOptions
-
Copy constructor
- GridFsDownloadOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.GridFsDownloadOptions
-
Constructor from JSON
- GridFsUploadOptions - Class in io.vertx.ext.mongo
-
- GridFsUploadOptions() - Constructor for class io.vertx.ext.mongo.GridFsUploadOptions
-
Default constructor
- GridFsUploadOptions(GridFsUploadOptions) - Constructor for class io.vertx.ext.mongo.GridFsUploadOptions
-
Copy constructor
- GridFsUploadOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.GridFsUploadOptions
-
Constructor from JSON
- ID - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
Constant to be used when storing and retrieving Json for ID of upsert information.
- ID_FIELD - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
-
Constant to be used when storing and retrieving the _id within upserted_id
- INDEX - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
Constant to be used when storing and retrieving Json for index of upsert information.
- IndexModel - Class in io.vertx.ext.mongo
-
- IndexModel(JsonObject) - Constructor for class io.vertx.ext.mongo.IndexModel
-
Construct an isntance with the given key
- IndexModel(JsonObject, IndexOptions) - Constructor for class io.vertx.ext.mongo.IndexModel
-
- IndexOptions - Class in io.vertx.ext.mongo
-
Options used to configure index.
- IndexOptions() - Constructor for class io.vertx.ext.mongo.IndexOptions
-
Default constructor
- IndexOptions(IndexOptions) - Constructor for class io.vertx.ext.mongo.IndexOptions
-
Copy constructor
- IndexOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.IndexOptions
-
Constructor from JSON
- insert(String, JsonObject, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Insert a document in the specified collection
- insert(String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
-
- INSERTED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
Constant to be used when storing and retrieving Json for documents inserted.
- insertWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Insert a document in the specified collection with the specified write option
- insertWithOptions(String, JsonObject, WriteOption) - Method in interface io.vertx.ext.mongo.MongoClient
-
- io.vertx.ext.mongo - package io.vertx.ext.mongo
-
- isBackground() - Method in class io.vertx.ext.mongo.IndexOptions
-
Create the index in the background
- isMulti() - Method in class io.vertx.ext.mongo.BulkOperation
-
Returns the multi flag, used by update and delete operations
- isMulti() - Method in class io.vertx.ext.mongo.UpdateOptions
-
Get whether multi is enabled.
- isOrdered() - Method in class io.vertx.ext.mongo.BulkWriteOptions
-
Get whether the operations will be executed in the given order
- isReturningNewDocument() - Method in class io.vertx.ext.mongo.UpdateOptions
-
Get whether returning new document property is enabled.
- isSparse() - Method in class io.vertx.ext.mongo.IndexOptions
-
If true, the index only references documents with the specified field
- isUnique() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets if the index should be unique.
- isUpsert() - Method in class io.vertx.ext.mongo.BulkOperation
-
Returns the upsert flag, used by update and replace operations
- isUpsert() - Method in class io.vertx.ext.mongo.UpdateOptions
-
Get whether upsert is enabled
- save(String, JsonObject, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Save a document in the specified collection
- save(String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
-
- saveWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Save a document in the specified collection with the specified write option
- saveWithOptions(String, JsonObject, WriteOption) - Method in interface io.vertx.ext.mongo.MongoClient
-
- setAllowDiskUse(Boolean) - Method in class io.vertx.ext.mongo.AggregateOptions
-
Set the flag if writing to temporary files is enabled.
- setArrayFilters(JsonArray) - Method in class io.vertx.ext.mongo.UpdateOptions
-
Set the arrayFilters option
- setBatchSize(int) - Method in class io.vertx.ext.mongo.AggregateOptions
-
Set the batch size for methods loading found data in batches.
- setBatchSize(int) - Method in class io.vertx.ext.mongo.FindOptions
-
Set the batch size for methods loading found data in batches.
- setChunkSizeBytes(Integer) - Method in class io.vertx.ext.mongo.GridFsUploadOptions
-
- setDocument(JsonObject) - Method in class io.vertx.ext.mongo.BulkOperation
-
Sets the document, used by insert, replace, and update operations
- setFields(JsonObject) - Method in class io.vertx.ext.mongo.FindOptions
-
Set the fields
- setFilter(JsonObject) - Method in class io.vertx.ext.mongo.BulkOperation
-
Sets the filter document, used by replace, update, and delete operations
- setLimit(int) - Method in class io.vertx.ext.mongo.FindOptions
-
Set the limit
- setMaxTime(long) - Method in class io.vertx.ext.mongo.AggregateOptions
-
Set the time limit in milliseconds for processing operations on a cursor.
- setMetadata(JsonObject) - Method in class io.vertx.ext.mongo.GridFsUploadOptions
-
- setMulti(boolean) - Method in class io.vertx.ext.mongo.BulkOperation
-
Sets the multi flag, used by update and delete operations
- setMulti(boolean) - Method in class io.vertx.ext.mongo.UpdateOptions
-
Set whether multi is enabled
- setOrdered(boolean) - Method in class io.vertx.ext.mongo.BulkWriteOptions
-
Set the ordered option
- setReturningNewDocument(boolean) - Method in class io.vertx.ext.mongo.UpdateOptions
-
Set whether new document property is enabled.
- setRevision(Integer) - Method in class io.vertx.ext.mongo.GridFsDownloadOptions
-
- setSkip(int) - Method in class io.vertx.ext.mongo.FindOptions
-
Set the skip
- setSort(JsonObject) - Method in class io.vertx.ext.mongo.FindOptions
-
Set the sort document
- setType(BulkOperationType) - Method in class io.vertx.ext.mongo.BulkOperation
-
Sets the operation type
- setUpsert(boolean) - Method in class io.vertx.ext.mongo.BulkOperation
-
Sets the upsert flag, used by update and replace operations
- setUpsert(boolean) - Method in class io.vertx.ext.mongo.UpdateOptions
-
Set whether upsert is enabled
- setWriteOption(WriteOption) - Method in class io.vertx.ext.mongo.BulkWriteOptions
-
Set the write option
- setWriteOption(WriteOption) - Method in class io.vertx.ext.mongo.UpdateOptions
-
Set the write option
- sparse(boolean) - Method in class io.vertx.ext.mongo.IndexOptions
-
Should the index only references documents with the specified field
- sphereVersion(Integer) - Method in class io.vertx.ext.mongo.IndexOptions
-
Sets the 2dsphere index version number.
- storageEngine(JsonObject) - Method in class io.vertx.ext.mongo.IndexOptions
-
Sets the storage engine options document for this index.