| Package | Description | 
|---|---|
| io.vertx.ext.mongo | |
| io.vertx.reactivex.ext.mongo | |
| io.vertx.rxjava.ext.mongo | 
| Modifier and Type | Method and Description | 
|---|---|
MongoClient | 
MongoClient.replaceDocuments(String collection,
                JsonObject query,
                JsonObject replace,
                Handler<AsyncResult<MongoClientUpdateResult>> resultHandler)
Replace matching documents in the specified collection and return the handler with MongoClientUpdateResult result 
 | 
MongoService | 
MongoService.replaceDocuments(String collection,
                JsonObject query,
                JsonObject replace,
                Handler<AsyncResult<MongoClientUpdateResult>> resultHandler)  | 
MongoClient | 
MongoClient.replaceDocumentsWithOptions(String collection,
                           JsonObject query,
                           JsonObject replace,
                           UpdateOptions options,
                           Handler<AsyncResult<MongoClientUpdateResult>> resultHandler)
Replace matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result 
 | 
MongoService | 
MongoService.replaceDocumentsWithOptions(String collection,
                           JsonObject query,
                           JsonObject replace,
                           UpdateOptions options,
                           Handler<AsyncResult<MongoClientUpdateResult>> resultHandler)  | 
MongoClient | 
MongoClient.updateCollection(String collection,
                JsonObject query,
                JsonObject update,
                Handler<AsyncResult<MongoClientUpdateResult>> resultHandler)
Update matching documents in the specified collection and return the handler with MongoClientUpdateResult result 
 | 
MongoService | 
MongoService.updateCollection(String collection,
                JsonObject query,
                JsonObject update,
                Handler<AsyncResult<MongoClientUpdateResult>> resultHandler)  | 
MongoClient | 
MongoClient.updateCollectionWithOptions(String collection,
                           JsonObject query,
                           JsonObject update,
                           UpdateOptions options,
                           Handler<AsyncResult<MongoClientUpdateResult>> resultHandler)
Update matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result 
 | 
MongoService | 
MongoService.updateCollectionWithOptions(String collection,
                           JsonObject query,
                           JsonObject update,
                           UpdateOptions options,
                           Handler<AsyncResult<MongoClientUpdateResult>> resultHandler)  | 
| Constructor and Description | 
|---|
MongoClientUpdateResult(MongoClientUpdateResult mongoClientUpdateResultCopy)
Copy constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Maybe<MongoClientUpdateResult> | 
MongoClient.rxReplaceDocuments(String collection,
                  JsonObject query,
                  JsonObject replace)
Replace matching documents in the specified collection and return the handler with MongoClientUpdateResult result 
 | 
Maybe<MongoClientUpdateResult> | 
MongoService.rxReplaceDocuments(String collection,
                  JsonObject query,
                  JsonObject replace)  | 
Maybe<MongoClientUpdateResult> | 
MongoClient.rxReplaceDocumentsWithOptions(String collection,
                             JsonObject query,
                             JsonObject replace,
                             UpdateOptions options)
Replace matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result 
 | 
Maybe<MongoClientUpdateResult> | 
MongoService.rxReplaceDocumentsWithOptions(String collection,
                             JsonObject query,
                             JsonObject replace,
                             UpdateOptions options)  | 
Maybe<MongoClientUpdateResult> | 
MongoClient.rxUpdateCollection(String collection,
                  JsonObject query,
                  JsonObject update)
Update matching documents in the specified collection and return the handler with MongoClientUpdateResult result 
 | 
Maybe<MongoClientUpdateResult> | 
MongoService.rxUpdateCollection(String collection,
                  JsonObject query,
                  JsonObject update)  | 
Maybe<MongoClientUpdateResult> | 
MongoClient.rxUpdateCollectionWithOptions(String collection,
                             JsonObject query,
                             JsonObject update,
                             UpdateOptions options)
Update matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result 
 | 
Maybe<MongoClientUpdateResult> | 
MongoService.rxUpdateCollectionWithOptions(String collection,
                             JsonObject query,
                             JsonObject update,
                             UpdateOptions options)  | 
| Modifier and Type | Method and Description | 
|---|---|
MongoClient | 
MongoClient.replaceDocuments(String collection,
                JsonObject query,
                JsonObject replace,
                Handler<AsyncResult<MongoClientUpdateResult>> resultHandler)
Replace matching documents in the specified collection and return the handler with MongoClientUpdateResult result 
 | 
MongoService | 
MongoService.replaceDocuments(String collection,
                JsonObject query,
                JsonObject replace,
                Handler<AsyncResult<MongoClientUpdateResult>> resultHandler)  | 
MongoClient | 
MongoClient.replaceDocumentsWithOptions(String collection,
                           JsonObject query,
                           JsonObject replace,
                           UpdateOptions options,
                           Handler<AsyncResult<MongoClientUpdateResult>> resultHandler)
Replace matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result 
 | 
MongoService | 
MongoService.replaceDocumentsWithOptions(String collection,
                           JsonObject query,
                           JsonObject replace,
                           UpdateOptions options,
                           Handler<AsyncResult<MongoClientUpdateResult>> resultHandler)  | 
MongoClient | 
MongoClient.updateCollection(String collection,
                JsonObject query,
                JsonObject update,
                Handler<AsyncResult<MongoClientUpdateResult>> resultHandler)
Update matching documents in the specified collection and return the handler with MongoClientUpdateResult result 
 | 
MongoService | 
MongoService.updateCollection(String collection,
                JsonObject query,
                JsonObject update,
                Handler<AsyncResult<MongoClientUpdateResult>> resultHandler)  | 
MongoClient | 
MongoClient.updateCollectionWithOptions(String collection,
                           JsonObject query,
                           JsonObject update,
                           UpdateOptions options,
                           Handler<AsyncResult<MongoClientUpdateResult>> resultHandler)
Update matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result 
 | 
MongoService | 
MongoService.updateCollectionWithOptions(String collection,
                           JsonObject query,
                           JsonObject update,
                           UpdateOptions options,
                           Handler<AsyncResult<MongoClientUpdateResult>> resultHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
MongoClient | 
MongoClient.replaceDocuments(String collection,
                JsonObject query,
                JsonObject replace,
                Handler<AsyncResult<MongoClientUpdateResult>> resultHandler)
Replace matching documents in the specified collection and return the handler with MongoClientUpdateResult result 
 | 
MongoService | 
MongoService.replaceDocuments(String collection,
                JsonObject query,
                JsonObject replace,
                Handler<AsyncResult<MongoClientUpdateResult>> resultHandler)  | 
MongoClient | 
MongoClient.replaceDocumentsWithOptions(String collection,
                           JsonObject query,
                           JsonObject replace,
                           UpdateOptions options,
                           Handler<AsyncResult<MongoClientUpdateResult>> resultHandler)
Replace matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result 
 | 
MongoService | 
MongoService.replaceDocumentsWithOptions(String collection,
                           JsonObject query,
                           JsonObject replace,
                           UpdateOptions options,
                           Handler<AsyncResult<MongoClientUpdateResult>> resultHandler)  | 
MongoClient | 
MongoClient.updateCollection(String collection,
                JsonObject query,
                JsonObject update,
                Handler<AsyncResult<MongoClientUpdateResult>> resultHandler)
Update matching documents in the specified collection and return the handler with MongoClientUpdateResult result 
 | 
MongoService | 
MongoService.updateCollection(String collection,
                JsonObject query,
                JsonObject update,
                Handler<AsyncResult<MongoClientUpdateResult>> resultHandler)  | 
MongoClient | 
MongoClient.updateCollectionWithOptions(String collection,
                           JsonObject query,
                           JsonObject update,
                           UpdateOptions options,
                           Handler<AsyncResult<MongoClientUpdateResult>> resultHandler)
Update matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result 
 | 
MongoService | 
MongoService.updateCollectionWithOptions(String collection,
                           JsonObject query,
                           JsonObject update,
                           UpdateOptions options,
                           Handler<AsyncResult<MongoClientUpdateResult>> resultHandler)  | 
Copyright © 2023 Eclipse. All rights reserved.