- DEFAULT_DB_NAME - Static variable in interface io.vertx.ext.mongo.MongoClient
-
The name of the default database
- 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_LIMIT - Static variable in class io.vertx.ext.mongo.FindOptions
-
The default value of limit = -1, signifying no limit
- DEFAULT_MULTI - Static variable in class io.vertx.ext.mongo.UpdateOptions
-
The default value of multi = false
- 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_SKIP - Static variable in class io.vertx.ext.mongo.FindOptions
-
The default value of skip = 0
- DEFAULT_UPSERT - Static variable in class io.vertx.ext.mongo.UpdateOptions
-
The default value of upsert = false
- 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, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.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.
- distinctBatch(String, String, String, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name.
- distinctBatchObservable(String, String, String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name.
- distinctObservable(String, String, String) - Method in class io.vertx.rxjava.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
- dropCollection(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Drop a collection
- dropCollectionObservable(String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Drop a collection
- find(String, JsonObject, Handler<AsyncResult<List<JsonObject>>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Find matching documents in the specified collection
- find(String, JsonObject, Handler<AsyncResult<List<JsonObject>>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Find matching documents in the specified collection
- findBatch(String, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Find matching documents in the specified collection.
- findBatch(String, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Find matching documents in the specified collection.
- findBatchObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Find matching documents in the specified collection.
- findBatchWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Find matching documents in the specified collection, specifying options.
- findBatchWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Find matching documents in the specified collection, specifying options.
- findBatchWithOptionsObservable(String, JsonObject, FindOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Find matching documents in the specified collection, specifying options.
- findObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Find matching documents in the specified collection
- findOne(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Find a single matching document in the specified collection
- findOne(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Find a single matching document in the specified collection
- findOneObservable(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Find a single matching document in the specified collection
- FindOptions - Class in io.vertx.ext.mongo
-
Options used to configure find operations.
- FindOptions() - Constructor for class io.vertx.ext.mongo.FindOptions
-
Default constructor
- FindOptions(FindOptions) - Constructor for class io.vertx.ext.mongo.FindOptions
-
Copy constructor
- FindOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.FindOptions
-
Constructor from JSON
- findWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<List<JsonObject>>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Find matching documents in the specified collection, specifying options
- findWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<List<JsonObject>>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Find matching documents in the specified collection, specifying options
- findWithOptionsObservable(String, JsonObject, FindOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Find matching documents in the specified collection, specifying options
- remove(String, JsonObject, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Deprecated.
- remove(String, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Remove matching documents from a collection
- REMOVED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientDeleteResult
-
Constant to be used when storing and retrieving Json for documents removed.
- removeDocument(String, JsonObject, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Remove a single matching document from a collection and return the handler with MongoClientDeleteResult result
- removeDocument(String, JsonObject, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Remove a single matching document from a collection and return the handler with MongoClientDeleteResult result
- removeDocumentObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Remove a single matching document from a collection and return the handler with MongoClientDeleteResult result
- removeDocuments(String, JsonObject, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Remove matching documents from a collection and return the handler with MongoClientDeleteResult result
- removeDocuments(String, JsonObject, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Remove matching documents from a collection and return the handler with MongoClientDeleteResult result
- removeDocumentsObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Remove matching documents from a collection and return the handler with MongoClientDeleteResult result
- removeDocumentsWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Remove matching documents from a collection with the specified write option and return the handler with MongoClientDeleteResult result
- removeDocumentsWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Remove matching documents from a collection with the specified write option and return the handler with MongoClientDeleteResult result
- removeDocumentsWithOptionsObservable(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Remove matching documents from a collection with the specified write option and return the handler with MongoClientDeleteResult result
- removeDocumentWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Remove a single matching document from a collection with the specified write option and return the handler with MongoClientDeleteResult result
- removeDocumentWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Remove a single matching document from a collection with the specified write option and return the handler with MongoClientDeleteResult result
- removeDocumentWithOptionsObservable(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Remove a single matching document from a collection with the specified write option and return the handler with MongoClientDeleteResult result
- removeObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Remove matching documents from a collection
- removeOne(String, JsonObject, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Deprecated.
- removeOne(String, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Remove a single matching document from a collection
- removeOneObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Remove a single matching document from a collection
- removeOneWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Deprecated.
- removeOneWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Remove a single matching document from a collection with the specified write option
- removeOneWithOptionsObservable(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Remove a single matching document from a collection with the specified write option
- removeWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Deprecated.
- removeWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Remove matching documents from a collection with the specified write option
- removeWithOptionsObservable(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Remove matching documents from a collection with the specified write option
- replace(String, JsonObject, JsonObject, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Deprecated.
- replace(String, JsonObject, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Replace matching documents in the specified collection
- replaceDocuments(String, JsonObject, JsonObject, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Replace matching documents in the specified collection and return the handler with MongoClientUpdateResult result
- replaceDocuments(String, JsonObject, JsonObject, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Replace matching documents in the specified collection and return the handler with MongoClientUpdateResult result
- replaceDocumentsObservable(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Replace matching documents in the specified collection and return the handler with MongoClientUpdateResult result
- replaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Replace matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
- replaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Replace matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
- replaceDocumentsWithOptionsObservable(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Replace matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
- replaceObservable(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Replace matching documents in the specified collection
- replaceWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Deprecated.
- replaceWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Replace matching documents in the specified collection, specifying options
- replaceWithOptionsObservable(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Replace matching documents in the specified collection, specifying options
- runCommand(String, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Run an arbitrary MongoDB command.
- runCommand(String, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Run an arbitrary MongoDB command.
- runCommandObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Run an arbitrary MongoDB command.
- update(String, JsonObject, JsonObject, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Deprecated.
- update(String, JsonObject, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Update matching documents in the specified collection
- updateCollection(String, JsonObject, JsonObject, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Update matching documents in the specified collection and return the handler with MongoClientUpdateResult result
- updateCollection(String, JsonObject, JsonObject, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Update matching documents in the specified collection and return the handler with MongoClientUpdateResult result
- updateCollectionObservable(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Update matching documents in the specified collection and return the handler with MongoClientUpdateResult result
- updateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Update matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
- updateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Update matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
- updateCollectionWithOptionsObservable(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Update matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
- updateObservable(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Update matching documents in the specified collection
- UpdateOptions - Class in io.vertx.ext.mongo
-
Options for configuring updates.
- UpdateOptions() - Constructor for class io.vertx.ext.mongo.UpdateOptions
-
Default constructor
- UpdateOptions(boolean) - Constructor for class io.vertx.ext.mongo.UpdateOptions
-
Constructor specify upsert
- UpdateOptions(boolean, boolean) - Constructor for class io.vertx.ext.mongo.UpdateOptions
-
Constructor specify upsert and multu
- UpdateOptions(UpdateOptions) - Constructor for class io.vertx.ext.mongo.UpdateOptions
-
Copy constructor
- UpdateOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.UpdateOptions
-
Constructor from JSON
- updateWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Deprecated.
- updateWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Update matching documents in the specified collection, specifying options
- updateWithOptionsObservable(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Update matching documents in the specified collection, specifying options
- UPSERTED_ID - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
-
Constant to be used when storing and retrieving Json for documents upserted id.