Uses of Class
io.vertx.mutiny.ext.mongo.MongoGridFsClient
Packages that use MongoGridFsClient
-
Uses of MongoGridFsClient in io.vertx.mutiny.ext.mongo
Fields in io.vertx.mutiny.ext.mongo with type parameters of type MongoGridFsClientModifier and TypeFieldDescriptionstatic final TypeArg<MongoGridFsClient>MongoGridFsClient.__TYPE_ARGMethods in io.vertx.mutiny.ext.mongo that return MongoGridFsClientModifier and TypeMethodDescriptionMongoClient.createDefaultGridFsBucketServiceAndAwait()Creates aMongoGridFsClientused to interact with Mongo GridFS.MongoClient.createGridFsBucketServiceAndAwait(String bucketName) Creates aMongoGridFsClientused to interact with Mongo GridFS.MongoGridFsClient.deleteAndForget(String id) Deletes a file by it's IDMongoGridFsClient.downloadByFileNameAndForget(WriteStream<io.vertx.core.buffer.Buffer> stream, String fileName) Unlike the bare Vert.x variant, this method ignores theLongresult or any failure.MongoGridFsClient.downloadByFileNameWithOptionsAndForget(WriteStream<io.vertx.core.buffer.Buffer> stream, String fileName, io.vertx.ext.mongo.GridFsDownloadOptions options) Unlike the bare Vert.x variant, this method ignores theLongresult or any failure.MongoGridFsClient.downloadByIdAndForget(WriteStream<io.vertx.core.buffer.Buffer> stream, String id) Unlike the bare Vert.x variant, this method ignores theLongresult or any failure.MongoGridFsClient.downloadFileAndForget(String fileName) Downloads a file.MongoGridFsClient.downloadFileAsAndForget(String fileName, String newFileName) Downloads a file and gives it a new name.MongoGridFsClient.downloadFileByIDAndForget(String id, String fileName) Downloads a file using the ID generated by GridFs.MongoGridFsClient.dropAndForget()Drops the entire file bucket with all of its contentsMongoGridFsClient.findAllIdsAndForget()Finds all file ids in the bucketMongoGridFsClient.findIdsAndForget(io.vertx.core.json.JsonObject query) Finds all file ids that match a query.static MongoGridFsClientMongoGridFsClient.newInstance(io.vertx.ext.mongo.MongoGridFsClient delegate) Creates a new instance of theMongoGridFsClient.MongoGridFsClient.uploadByFileNameAndForget(ReadStream<io.vertx.core.buffer.Buffer> stream, String fileName) Unlike the bare Vert.x variant, this method ignores theStringresult or any failure.MongoGridFsClient.uploadByFileNameAndForget(Flow.Publisher<io.vertx.core.buffer.Buffer> stream, String fileName) Unlike the bare Vert.x variant, this method ignores theStringresult or any failure.MongoGridFsClient.uploadByFileNameWithOptionsAndForget(ReadStream<io.vertx.core.buffer.Buffer> stream, String fileName, io.vertx.ext.mongo.GridFsUploadOptions options) Unlike the bare Vert.x variant, this method ignores theStringresult or any failure.MongoGridFsClient.uploadByFileNameWithOptionsAndForget(Flow.Publisher<io.vertx.core.buffer.Buffer> stream, String fileName, io.vertx.ext.mongo.GridFsUploadOptions options) Unlike the bare Vert.x variant, this method ignores theStringresult or any failure.MongoGridFsClient.uploadFileAndForget(String fileName) Upload a file to gridfsMongoGridFsClient.uploadFileWithOptionsAndForget(String fileName, io.vertx.ext.mongo.GridFsUploadOptions options) Upload a file to gridfs with optionsMethods in io.vertx.mutiny.ext.mongo that return types with arguments of type MongoGridFsClientModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<MongoGridFsClient>MongoClient.createDefaultGridFsBucketService()Creates aMongoGridFsClientused to interact with Mongo GridFS.io.smallrye.mutiny.Uni<MongoGridFsClient>MongoClient.createGridFsBucketService(String bucketName) Creates aMongoGridFsClientused to interact with Mongo GridFS.