- DEFAULT_BACKGROUD - Static variable in class io.vertx.ext.mongo.IndexOptions
-
- 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_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_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.
- 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.
- distinctBatch(String, String, String, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name.
- 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.
- dropCollection(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Drop a collection
- dropIndex(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Drops the index given its name.
- 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
- getCollections(Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Get a list of all collections in the database.
- 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
- 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..
- 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.
- 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
- 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.
- 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.
- 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
- 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
- io.vertx.ext.mongo - package io.vertx.ext.mongo
-
= Vert.x MongoDB Client
A Vert.x client allowing applications to interact with a MongoDB instance, whether that's
saving, retrieving, searching, or deleting documents.
- 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
- 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
- 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
- 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.
- 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(BulkOperation.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.