| Package | Description | 
|---|---|
| io.vertx.ext.mongo | |
| io.vertx.reactivex.ext.mongo | |
| io.vertx.rxjava.ext.mongo | 
| Modifier and Type | Method and Description | 
|---|---|
MongoClient | 
MongoClient.removeDocument(String collection,
              JsonObject query,
              Handler<AsyncResult<MongoClientDeleteResult>> resultHandler)
Remove a single matching document from a collection and return the handler with MongoClientDeleteResult result 
 | 
MongoClient | 
MongoClient.removeDocuments(String collection,
               JsonObject query,
               Handler<AsyncResult<MongoClientDeleteResult>> resultHandler)
Remove matching documents from a collection and return the handler with MongoClientDeleteResult result 
 | 
MongoClient | 
MongoClient.removeDocumentsWithOptions(String collection,
                          JsonObject query,
                          WriteOption writeOption,
                          Handler<AsyncResult<MongoClientDeleteResult>> resultHandler)
Remove matching documents from a collection with the specified write option and return the handler with MongoClientDeleteResult result 
 | 
MongoClient | 
MongoClient.removeDocumentWithOptions(String collection,
                         JsonObject query,
                         WriteOption writeOption,
                         Handler<AsyncResult<MongoClientDeleteResult>> resultHandler)
Remove a single matching document from a collection with the specified write option and return the handler with MongoClientDeleteResult result 
 | 
| Constructor and Description | 
|---|
MongoClientDeleteResult(MongoClientDeleteResult otherMongoClientDeleteResultCopy)
Copy constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Maybe<MongoClientDeleteResult> | 
MongoClient.rxRemoveDocument(String collection,
                JsonObject query)
Remove a single matching document from a collection and return the handler with MongoClientDeleteResult result 
 | 
Maybe<MongoClientDeleteResult> | 
MongoClient.rxRemoveDocuments(String collection,
                 JsonObject query)
Remove matching documents from a collection and return the handler with MongoClientDeleteResult result 
 | 
Maybe<MongoClientDeleteResult> | 
MongoClient.rxRemoveDocumentsWithOptions(String collection,
                            JsonObject query,
                            WriteOption writeOption)
Remove matching documents from a collection with the specified write option and return the handler with MongoClientDeleteResult result 
 | 
Maybe<MongoClientDeleteResult> | 
MongoClient.rxRemoveDocumentWithOptions(String collection,
                           JsonObject query,
                           WriteOption writeOption)
Remove a single matching document from a collection with the specified write option and return the handler with MongoClientDeleteResult result 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MongoClient | 
MongoClient.removeDocument(String collection,
              JsonObject query,
              Handler<AsyncResult<MongoClientDeleteResult>> resultHandler)
Remove a single matching document from a collection and return the handler with MongoClientDeleteResult result 
 | 
MongoClient | 
MongoClient.removeDocuments(String collection,
               JsonObject query,
               Handler<AsyncResult<MongoClientDeleteResult>> resultHandler)
Remove matching documents from a collection and return the handler with MongoClientDeleteResult result 
 | 
MongoClient | 
MongoClient.removeDocumentsWithOptions(String collection,
                          JsonObject query,
                          WriteOption writeOption,
                          Handler<AsyncResult<MongoClientDeleteResult>> resultHandler)
Remove matching documents from a collection with the specified write option and return the handler with MongoClientDeleteResult result 
 | 
MongoClient | 
MongoClient.removeDocumentWithOptions(String collection,
                         JsonObject query,
                         WriteOption writeOption,
                         Handler<AsyncResult<MongoClientDeleteResult>> resultHandler)
Remove a single matching document from a collection with the specified write option and return the handler with MongoClientDeleteResult result 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Single<MongoClientDeleteResult> | 
MongoClient.rxRemoveDocument(String collection,
                JsonObject query)
Remove a single matching document from a collection and return the handler with MongoClientDeleteResult result 
 | 
Single<MongoClientDeleteResult> | 
MongoClient.rxRemoveDocuments(String collection,
                 JsonObject query)
Remove matching documents from a collection and return the handler with MongoClientDeleteResult result 
 | 
Single<MongoClientDeleteResult> | 
MongoClient.rxRemoveDocumentsWithOptions(String collection,
                            JsonObject query,
                            WriteOption writeOption)
Remove matching documents from a collection with the specified write option and return the handler with MongoClientDeleteResult result 
 | 
Single<MongoClientDeleteResult> | 
MongoClient.rxRemoveDocumentWithOptions(String collection,
                           JsonObject query,
                           WriteOption writeOption)
Remove a single matching document from a collection with the specified write option and return the handler with MongoClientDeleteResult result 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MongoClient | 
MongoClient.removeDocument(String collection,
              JsonObject query,
              Handler<AsyncResult<MongoClientDeleteResult>> resultHandler)
Remove a single matching document from a collection and return the handler with MongoClientDeleteResult result 
 | 
MongoClient | 
MongoClient.removeDocuments(String collection,
               JsonObject query,
               Handler<AsyncResult<MongoClientDeleteResult>> resultHandler)
Remove matching documents from a collection and return the handler with MongoClientDeleteResult result 
 | 
MongoClient | 
MongoClient.removeDocumentsWithOptions(String collection,
                          JsonObject query,
                          WriteOption writeOption,
                          Handler<AsyncResult<MongoClientDeleteResult>> resultHandler)
Remove matching documents from a collection with the specified write option and return the handler with MongoClientDeleteResult result 
 | 
MongoClient | 
MongoClient.removeDocumentWithOptions(String collection,
                         JsonObject query,
                         WriteOption writeOption,
                         Handler<AsyncResult<MongoClientDeleteResult>> resultHandler)
Remove a single matching document from a collection with the specified write option and return the handler with MongoClientDeleteResult result 
 | 
Copyright © 2020 Eclipse. All rights reserved.