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_ARG
Methods in io.vertx.mutiny.ext.mongo that return MongoGridFsClientModifier and TypeMethodDescriptionMongoClient.createDefaultGridFsBucketServiceAndAwait()
Blocking variant ofMongoClient.createDefaultGridFsBucketService()
.MongoClient.createGridFsBucketServiceAndAwait
(String bucketName) Blocking variant ofMongoClient.createGridFsBucketService(String)
.MongoGridFsClient.deleteAndForget
(String id) Variant ofdelete(String)
that ignores the result of the operation.MongoGridFsClient.downloadByFileNameAndForget
(WriteStream<Buffer> stream, String fileName) MongoGridFsClient.downloadByFileNameWithOptionsAndForget
(WriteStream<Buffer> stream, String fileName, io.vertx.ext.mongo.GridFsDownloadOptions options) MongoGridFsClient.downloadByIdAndForget
(WriteStream<Buffer> stream, String id) MongoGridFsClient.downloadFileAndForget
(String fileName) Variant ofdownloadFile(String)
that ignores the result of the operation.MongoGridFsClient.downloadFileAsAndForget
(String fileName, String newFileName) Variant ofdownloadFileAs(String,String)
that ignores the result of the operation.MongoGridFsClient.downloadFileByIDAndForget
(String id, String fileName) Variant ofdownloadFileByID(String,String)
that ignores the result of the operation.MongoGridFsClient.dropAndForget()
Variant ofdrop()
that ignores the result of the operation.MongoGridFsClient.findAllIdsAndForget()
Variant offindAllIds()
that ignores the result of the operation.MongoGridFsClient.findIdsAndForget
(io.vertx.core.json.JsonObject query) Variant offindIds(JsonObject)
that ignores the result of the operation.static MongoGridFsClient
MongoGridFsClient.newInstance
(io.vertx.ext.mongo.MongoGridFsClient arg) MongoGridFsClient.uploadByFileNameAndForget
(ReadStream<Buffer> stream, String fileName) MongoGridFsClient.uploadByFileNameAndForget
(Flow.Publisher<Buffer> stream, String fileName) MongoGridFsClient.uploadByFileNameWithOptionsAndForget
(ReadStream<Buffer> stream, String fileName, io.vertx.ext.mongo.GridFsUploadOptions options) MongoGridFsClient.uploadByFileNameWithOptionsAndForget
(Flow.Publisher<Buffer> stream, String fileName, io.vertx.ext.mongo.GridFsUploadOptions options) MongoGridFsClient.uploadFileAndForget
(String fileName) Variant ofuploadFile(String)
that ignores the result of the operation.MongoGridFsClient.uploadFileWithOptionsAndForget
(String fileName, io.vertx.ext.mongo.GridFsUploadOptions options) Variant ofuploadFileWithOptions(String,GridFsUploadOptions)
that ignores the result of the operation.Methods in io.vertx.mutiny.ext.mongo that return types with arguments of type MongoGridFsClientModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<MongoGridFsClient>
MongoClient.createDefaultGridFsBucketService()
Creates aMongoGridFsClient
used to interact with Mongo GridFS.io.smallrye.mutiny.Uni<MongoGridFsClient>
MongoClient.createGridFsBucketService
(String bucketName) Creates aMongoGridFsClient
used to interact with Mongo GridFS.