Uses of Class
io.vertx.ext.mongo.RenameCollectionOptions
-
-
Uses of RenameCollectionOptions in io.vertx.ext.mongo
Methods in io.vertx.ext.mongo that return RenameCollectionOptions Modifier and Type Method Description RenameCollectionOptionsRenameCollectionOptions. 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)
-