A B C D E F G H I L M N R S T U W _ 
All Classes All Packages

A

aggregate(String, JsonArray) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
 
aggregateWithOptions(String, JsonArray, AggregateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
 

B

bulkWrite(String, List<BulkOperation>) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Execute a bulk operation.
bulkWriteAndAwait(String, List<BulkOperation>) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Blocking variant of bulkWrite(String,List).
bulkWriteAndForget(String, List<BulkOperation>) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of bulkWrite(String,List) that ignores the result of the operation.
bulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Execute a bulk operation with the specified write options.
bulkWriteWithOptionsAndAwait(String, List<BulkOperation>, BulkWriteOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
bulkWriteWithOptionsAndForget(String, List<BulkOperation>, BulkWriteOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of bulkWriteWithOptions(String,List,BulkWriteOptions) that ignores the result of the operation.

C

close() - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Close the client and release its resources
close() - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 
closeAndAwait() - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Blocking variant of close().
closeAndForget() - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of close() that ignores the result of the operation.
count(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Count matching documents in a collection.
countAndAwait(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Blocking variant of count(String,JsonObject).
countAndForget(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of count(String,JsonObject) that ignores the result of the operation.
countWithOptions(String, JsonObject, CountOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Count matching documents in a collection.
countWithOptionsAndAwait(String, JsonObject, CountOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
countWithOptionsAndForget(String, JsonObject, CountOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of countWithOptions(String,JsonObject,CountOptions) that ignores the result of the operation.
create(Vertx, JsonObject) - Static method in class io.vertx.mutiny.ext.mongo.MongoClient
 
createCollection(String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Create a new collection
createCollectionAndAwait(String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Blocking variant of createCollection(String).
createCollectionAndForget(String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of createCollection(String) that ignores the result of the operation.
createCollectionWithOptions(String, CreateCollectionOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Create a new collection with options
createCollectionWithOptionsAndAwait(String, CreateCollectionOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
createCollectionWithOptionsAndForget(String, CreateCollectionOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of createCollectionWithOptions(String,CreateCollectionOptions) that ignores the result of the operation.
createDefaultGridFsBucketService() - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Creates a MongoGridFsClient used to interact with Mongo GridFS.
createDefaultGridFsBucketServiceAndAwait() - Method in class io.vertx.mutiny.ext.mongo.MongoClient
createDefaultGridFsBucketServiceAndForget() - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of createDefaultGridFsBucketService() that ignores the result of the operation.
createGridFsBucketService(String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Creates a MongoGridFsClient used to interact with Mongo GridFS.
createGridFsBucketServiceAndAwait(String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
createGridFsBucketServiceAndForget(String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of createGridFsBucketService(String) that ignores the result of the operation.
createIndex(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Creates an index.
createIndexAndAwait(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Blocking variant of createIndex(String,JsonObject).
createIndexAndForget(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of createIndex(String,JsonObject) that ignores the result of the operation.
createIndexes(String, List<IndexModel>) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
creates an indexes
createIndexesAndAwait(String, List<IndexModel>) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Blocking variant of createIndexes(String,List).
createIndexesAndForget(String, List<IndexModel>) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of createIndexes(String,List) that ignores the result of the operation.
createIndexWithOptions(String, JsonObject, IndexOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Creates an index.
createIndexWithOptionsAndAwait(String, JsonObject, IndexOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
createIndexWithOptionsAndForget(String, JsonObject, IndexOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of createIndexWithOptions(String,JsonObject,IndexOptions) that ignores the result of the operation.
createShared(Vertx, JsonObject) - Static method in class io.vertx.mutiny.ext.mongo.MongoClient
 
createShared(Vertx, JsonObject, String) - Static method in class io.vertx.mutiny.ext.mongo.MongoClient
 

D

DEFAULT_DB_NAME - Static variable in class io.vertx.mutiny.ext.mongo.MongoClient
The name of the default database
DEFAULT_POOL_NAME - Static variable in class io.vertx.mutiny.ext.mongo.MongoClient
The name of the default pool
delete(String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
Deletes a file by it's ID
deleteAndAwait(String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
deleteAndForget(String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
Variant of MongoGridFsClient.delete(String) that ignores the result of the operation.
distinct(String, String, String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Gets the distinct values of the specified field name.
distinct(String, String, String, DistinctOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Gets the distinct values of the specified field name.
distinctAndAwait(String, String, String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Blocking variant of distinct(String,String,String).
distinctAndAwait(String, String, String, DistinctOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
distinctAndForget(String, String, String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of distinct(String,String,String) that ignores the result of the operation.
distinctAndForget(String, String, String, DistinctOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of distinct(String,String,String,DistinctOptions) that ignores the result of the operation.
distinctBatch(String, String, String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
 
distinctBatch(String, String, String, DistinctOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
 
distinctBatchWithQuery(String, String, String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
 
distinctBatchWithQuery(String, String, String, JsonObject, int) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
 
distinctBatchWithQuery(String, String, String, JsonObject, int, DistinctOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
 
distinctBatchWithQuery(String, String, String, JsonObject, DistinctOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
 
distinctWithQuery(String, String, String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
distinctWithQuery(String, String, String, JsonObject, DistinctOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
distinctWithQueryAndAwait(String, String, String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
distinctWithQueryAndAwait(String, String, String, JsonObject, DistinctOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
distinctWithQueryAndForget(String, String, String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of distinctWithQuery(String,String,String,JsonObject) that ignores the result of the operation.
distinctWithQueryAndForget(String, String, String, JsonObject, DistinctOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of distinctWithQuery(String,String,String,JsonObject,DistinctOptions) that ignores the result of the operation.
downloadByFileName(WriteStream<Buffer>, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 
downloadByFileNameAndAwait(WriteStream<Buffer>, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 
downloadByFileNameAndForget(WriteStream<Buffer>, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 
downloadByFileNameWithOptions(WriteStream<Buffer>, String, GridFsDownloadOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 
downloadByFileNameWithOptionsAndAwait(WriteStream<Buffer>, String, GridFsDownloadOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 
downloadByFileNameWithOptionsAndForget(WriteStream<Buffer>, String, GridFsDownloadOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 
downloadById(WriteStream<Buffer>, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 
downloadByIdAndAwait(WriteStream<Buffer>, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 
downloadByIdAndForget(WriteStream<Buffer>, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 
downloadFile(String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
Downloads a file.
downloadFileAndAwait(String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
downloadFileAndForget(String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
Variant of MongoGridFsClient.downloadFile(String) that ignores the result of the operation.
downloadFileAs(String, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
Downloads a file and gives it a new name.
downloadFileAsAndAwait(String, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
downloadFileAsAndForget(String, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
Variant of MongoGridFsClient.downloadFileAs(String,String) that ignores the result of the operation.
downloadFileByID(String, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
Downloads a file using the ID generated by GridFs.
downloadFileByIDAndAwait(String, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
downloadFileByIDAndForget(String, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
Variant of MongoGridFsClient.downloadFileByID(String,String) that ignores the result of the operation.
drop() - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
Drops the entire file bucket with all of its contents
dropAndAwait() - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
Blocking variant of MongoGridFsClient.drop().
dropAndForget() - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
Variant of MongoGridFsClient.drop() that ignores the result of the operation.
dropCollection(String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Drop a collection
dropCollectionAndAwait(String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Blocking variant of dropCollection(String).
dropCollectionAndForget(String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of dropCollection(String) that ignores the result of the operation.
dropIndex(String, String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Drops the index given its name.
dropIndexAndAwait(String, String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Blocking variant of dropIndex(String,String).
dropIndexAndForget(String, String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of dropIndex(String,String) that ignores the result of the operation.

E

equals(Object) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
 
equals(Object) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 

F

find(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Find matching documents in the specified collection
findAllIds() - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
Finds all file ids in the bucket
findAllIdsAndAwait() - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
Blocking variant of MongoGridFsClient.findAllIds().
findAllIdsAndForget() - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
Variant of MongoGridFsClient.findAllIds() that ignores the result of the operation.
findAndAwait(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Blocking variant of find(String,JsonObject).
findAndForget(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of find(String,JsonObject) that ignores the result of the operation.
findBatch(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
 
findBatchWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
 
findIds(JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
Finds all file ids that match a query.
findIdsAndAwait(JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
findIdsAndForget(JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
Variant of MongoGridFsClient.findIds(JsonObject) that ignores the result of the operation.
findOne(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Find a single matching document in the specified collection
findOneAndAwait(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
findOneAndDelete(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
findOneAndDeleteAndAwait(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
findOneAndDeleteAndForget(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of findOneAndDelete(String,JsonObject) that ignores the result of the operation.
findOneAndDeleteWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
findOneAndDeleteWithOptionsAndAwait(String, JsonObject, FindOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
findOneAndDeleteWithOptionsAndForget(String, JsonObject, FindOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of findOneAndDeleteWithOptions(String,JsonObject,FindOptions) that ignores the result of the operation.
findOneAndForget(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of findOne(String,JsonObject,JsonObject) that ignores the result of the operation.
findOneAndReplace(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Find a single matching document in the specified collection and replace it.
findOneAndReplaceAndAwait(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
findOneAndReplaceAndForget(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of findOneAndReplace(String,JsonObject,JsonObject) that ignores the result of the operation.
findOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Find a single matching document in the specified collection and replace it.
findOneAndReplaceWithOptionsAndAwait(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
findOneAndReplaceWithOptionsAndForget(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
findOneAndUpdate(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Find a single matching document in the specified collection and update it.
findOneAndUpdateAndAwait(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
findOneAndUpdateAndForget(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of findOneAndUpdate(String,JsonObject,JsonObject) that ignores the result of the operation.
findOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Find a single matching document in the specified collection and update it.
findOneAndUpdateWithOptionsAndAwait(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
findOneAndUpdateWithOptionsAndForget(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
findWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Find matching documents in the specified collection, specifying options
findWithOptionsAndAwait(String, JsonObject, FindOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
findWithOptionsAndForget(String, JsonObject, FindOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of findWithOptions(String,JsonObject,FindOptions) that ignores the result of the operation.

G

getCollections() - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Get a list of all collections in the database.
getCollectionsAndAwait() - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Blocking variant of getCollections().
getCollectionsAndForget() - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of getCollections() that ignores the result of the operation.
getDelegate() - Method in class io.vertx.mutiny.ext.mongo.MongoClient
 
getDelegate() - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 

H

hashCode() - Method in class io.vertx.mutiny.ext.mongo.MongoClient
 
hashCode() - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 

I

insert(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Insert a document in the specified collection
insertAndAwait(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Blocking variant of insert(String,JsonObject).
insertAndForget(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of insert(String,JsonObject) that ignores the result of the operation.
insertWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Insert a document in the specified collection with the specified write option
insertWithOptionsAndAwait(String, JsonObject, WriteOption) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
insertWithOptionsAndForget(String, JsonObject, WriteOption) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of insertWithOptions(String,JsonObject,WriteOption) that ignores the result of the operation.
io.smallrye.mutiny.vertx.mongo.client - module io.smallrye.mutiny.vertx.mongo.client
 
io.vertx.mutiny.ext.mongo - package io.vertx.mutiny.ext.mongo
 

L

listIndexes(String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Get all the indexes in this collection.
listIndexesAndAwait(String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Blocking variant of listIndexes(String).
listIndexesAndForget(String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of listIndexes(String) that ignores the result of the operation.

M

MongoClient - Class in io.vertx.mutiny.ext.mongo
A Vert.x service used to interact with MongoDB server instances.
MongoClient(MongoClient) - Constructor for class io.vertx.mutiny.ext.mongo.MongoClient
 
MongoClient(Object) - Constructor for class io.vertx.mutiny.ext.mongo.MongoClient
 
MongoGridFsClient - Class in io.vertx.mutiny.ext.mongo
 
MongoGridFsClient(MongoGridFsClient) - Constructor for class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 
MongoGridFsClient(Object) - Constructor for class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 

N

newInstance(MongoClient) - Static method in class io.vertx.mutiny.ext.mongo.MongoClient
 
newInstance(MongoGridFsClient) - Static method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 

R

readByFileName(String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 
readByFileNameWithOptions(String, GridFsDownloadOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 
readById(String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 
removeDocument(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Remove a single matching document from a collection and return the handler with MongoClientDeleteResult result
removeDocumentAndAwait(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
removeDocumentAndForget(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of removeDocument(String,JsonObject) that ignores the result of the operation.
removeDocuments(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Remove matching documents from a collection and return the handler with MongoClientDeleteResult result
removeDocumentsAndAwait(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
removeDocumentsAndForget(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of removeDocuments(String,JsonObject) that ignores the result of the operation.
removeDocumentsWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Remove matching documents from a collection with the specified write option and return the handler with MongoClientDeleteResult result
removeDocumentsWithOptionsAndAwait(String, JsonObject, WriteOption) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
removeDocumentsWithOptionsAndForget(String, JsonObject, WriteOption) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of removeDocumentsWithOptions(String,JsonObject,WriteOption) that ignores the result of the operation.
removeDocumentWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Remove a single matching document from a collection with the specified write option and return the handler with MongoClientDeleteResult result
removeDocumentWithOptionsAndAwait(String, JsonObject, WriteOption) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
removeDocumentWithOptionsAndForget(String, JsonObject, WriteOption) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of removeDocumentWithOptions(String,JsonObject,WriteOption) that ignores the result of the operation.
replaceDocuments(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Replace matching documents in the specified collection and return the handler with MongoClientUpdateResult result
replaceDocumentsAndAwait(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
replaceDocumentsAndForget(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of replaceDocuments(String,JsonObject,JsonObject) that ignores the result of the operation.
replaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Replace matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
replaceDocumentsWithOptionsAndAwait(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
replaceDocumentsWithOptionsAndForget(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of replaceDocumentsWithOptions(String,JsonObject,JsonObject,UpdateOptions) that ignores the result of the operation.
runCommand(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Run an arbitrary MongoDB command.
runCommandAndAwait(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Blocking variant of runCommand(String,JsonObject).
runCommandAndForget(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of runCommand(String,JsonObject) that ignores the result of the operation.

S

save(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Save a document in the specified collection
saveAndAwait(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Blocking variant of save(String,JsonObject).
saveAndForget(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of save(String,JsonObject) that ignores the result of the operation.
saveWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Save a document in the specified collection with the specified write option
saveWithOptionsAndAwait(String, JsonObject, WriteOption) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
saveWithOptionsAndForget(String, JsonObject, WriteOption) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of saveWithOptions(String,JsonObject,WriteOption) that ignores the result of the operation.

T

toString() - Method in class io.vertx.mutiny.ext.mongo.MongoClient
 
toString() - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 

U

updateCollection(String, JsonObject, JsonArray) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Use an aggregation pipeline to update documents in the specified collection and return the handler with MongoClientUpdateResult result
updateCollection(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Update matching documents in the specified collection and return the handler with MongoClientUpdateResult result
updateCollectionAndAwait(String, JsonObject, JsonArray) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
updateCollectionAndAwait(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
updateCollectionAndForget(String, JsonObject, JsonArray) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of updateCollection(String,JsonObject,JsonArray) that ignores the result of the operation.
updateCollectionAndForget(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of updateCollection(String,JsonObject,JsonObject) that ignores the result of the operation.
updateCollectionWithOptions(String, JsonObject, JsonArray, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Use an aggregation pipeline to update documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
updateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Update matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
updateCollectionWithOptionsAndAwait(String, JsonObject, JsonArray, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
updateCollectionWithOptionsAndAwait(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
updateCollectionWithOptionsAndForget(String, JsonObject, JsonArray, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of updateCollectionWithOptions(String,JsonObject,JsonArray,UpdateOptions) that ignores the result of the operation.
updateCollectionWithOptionsAndForget(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
Variant of updateCollectionWithOptions(String,JsonObject,JsonObject,UpdateOptions) that ignores the result of the operation.
uploadByFileName(ReadStream<Buffer>, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 
uploadByFileName(Flow.Publisher<Buffer>, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 
uploadByFileNameAndAwait(ReadStream<Buffer>, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 
uploadByFileNameAndAwait(Flow.Publisher<Buffer>, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 
uploadByFileNameAndForget(ReadStream<Buffer>, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 
uploadByFileNameAndForget(Flow.Publisher<Buffer>, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 
uploadByFileNameWithOptions(ReadStream<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 
uploadByFileNameWithOptions(Flow.Publisher<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 
uploadByFileNameWithOptionsAndAwait(ReadStream<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 
uploadByFileNameWithOptionsAndAwait(Flow.Publisher<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 
uploadByFileNameWithOptionsAndForget(ReadStream<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 
uploadByFileNameWithOptionsAndForget(Flow.Publisher<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 
uploadFile(String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
Upload a file to gridfs
uploadFileAndAwait(String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
uploadFileAndForget(String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
Variant of MongoGridFsClient.uploadFile(String) that ignores the result of the operation.
uploadFileWithOptions(String, GridFsUploadOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
Upload a file to gridfs with options
uploadFileWithOptionsAndAwait(String, GridFsUploadOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
uploadFileWithOptionsAndForget(String, GridFsUploadOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
Variant of MongoGridFsClient.uploadFileWithOptions(String,GridFsUploadOptions) that ignores the result of the operation.

W

watch(String, JsonArray, boolean, int) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
 

_

__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.mongo.MongoClient
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
 
A B C D E F G H I L M N R S T U W _ 
All Classes All Packages