Uses of Class
io.vertx.ext.mongo.RenameCollectionOptions
-
Packages that use RenameCollectionOptions Package Description io.vertx.ext.mongo io.vertx.reactivex.ext.mongo io.vertx.rxjava3.ext.mongo -
-
Uses of RenameCollectionOptions in io.vertx.ext.mongo
Methods in io.vertx.ext.mongo that return RenameCollectionOptions Modifier and Type Method Description RenameCollectionOptions
RenameCollectionOptions. setDropTarget(Boolean dropTarget)
Sets if it should drop the target of renameCollection if exists.Methods in io.vertx.ext.mongo with parameters of type RenameCollectionOptions Modifier and Type Method Description Future<Void>
MongoClient. renameCollectionWithOptions(String oldCollectionName, String newCollectionName, RenameCollectionOptions collectionOptions)
Rename a collectionConstructors in io.vertx.ext.mongo with parameters of type RenameCollectionOptions Constructor Description RenameCollectionOptions(RenameCollectionOptions other)
-
Uses of RenameCollectionOptions in io.vertx.reactivex.ext.mongo
Methods in io.vertx.reactivex.ext.mongo with parameters of type RenameCollectionOptions Modifier and Type Method Description Future<Void>
MongoClient. renameCollectionWithOptions(String oldCollectionName, String newCollectionName, RenameCollectionOptions collectionOptions)
Rename a collectionCompletable
MongoClient. rxRenameCollectionWithOptions(String oldCollectionName, String newCollectionName, RenameCollectionOptions collectionOptions)
Rename a collection -
Uses of RenameCollectionOptions in io.vertx.rxjava3.ext.mongo
Methods in io.vertx.rxjava3.ext.mongo with parameters of type RenameCollectionOptions Modifier and Type Method Description Completable
MongoClient. renameCollectionWithOptions(String oldCollectionName, String newCollectionName, RenameCollectionOptions collectionOptions)
Rename a collectionCompletable
MongoClient. rxRenameCollectionWithOptions(String oldCollectionName, String newCollectionName, RenameCollectionOptions collectionOptions)
Rename a collection
-