Uses of Enum
io.vertx.ext.mongo.WriteOption
Packages that use WriteOption
-
Uses of WriteOption in io.vertx.ext.mongo
Subclasses with type arguments of type WriteOption in io.vertx.ext.mongoModifier and TypeClassDescriptionenumEnum representing the mongoDB Java Driver'sWriteConcernMethods in io.vertx.ext.mongo that return WriteOptionModifier and TypeMethodDescriptionBulkWriteOptions.getWriteOption()Get the write optionUpdateOptions.getWriteOption()Get the write option.static WriteOptionReturns the enum constant of this type with the specified name.static WriteOption[]WriteOption.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.ext.mongo with parameters of type WriteOptionModifier and TypeMethodDescriptionMongoClient.insertWithOptions(String collection, JsonObject document, WriteOption writeOption) Insert a document in the specified collection with the specified write optionMongoClient.removeDocumentsWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove matching documents from a collection with the specified write option and return the handler withMongoClientDeleteResultresultMongoClient.removeDocumentWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove a single matching document from a collection with the specified write option and return the handler withMongoClientDeleteResultresultMongoClient.saveWithOptions(String collection, JsonObject document, WriteOption writeOption) Save a document in the specified collection with the specified write optionBulkWriteOptions.setWriteOption(WriteOption writeOption) Set the write optionUpdateOptions.setWriteOption(WriteOption writeOption) Set the write option -
Uses of WriteOption in io.vertx.reactivex.ext.mongo
Methods in io.vertx.reactivex.ext.mongo with parameters of type WriteOptionModifier and TypeMethodDescriptionMongoClient.insertWithOptions(String collection, JsonObject document, WriteOption writeOption) Insert a document in the specified collection with the specified write optionMongoClient.removeDocumentsWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove matching documents from a collection with the specified write option and return the handler withMongoClientDeleteResultresultMongoClient.removeDocumentWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove a single matching document from a collection with the specified write option and return the handler withMongoClientDeleteResultresultMongoClient.rxInsertWithOptions(String collection, JsonObject document, WriteOption writeOption) Insert a document in the specified collection with the specified write optionMongoClient.rxRemoveDocumentsWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove matching documents from a collection with the specified write option and return the handler withMongoClientDeleteResultresultMongoClient.rxRemoveDocumentWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove a single matching document from a collection with the specified write option and return the handler withMongoClientDeleteResultresultMongoClient.rxSaveWithOptions(String collection, JsonObject document, WriteOption writeOption) Save a document in the specified collection with the specified write optionMongoClient.saveWithOptions(String collection, JsonObject document, WriteOption writeOption) Save a document in the specified collection with the specified write option -
Uses of WriteOption in io.vertx.rxjava3.ext.mongo
Methods in io.vertx.rxjava3.ext.mongo with parameters of type WriteOptionModifier and TypeMethodDescriptionMongoClient.insertWithOptions(String collection, JsonObject document, WriteOption writeOption) Insert a document in the specified collection with the specified write optionMongoClient.removeDocumentsWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove matching documents from a collection with the specified write option and return the handler withMongoClientDeleteResultresultMongoClient.removeDocumentWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove a single matching document from a collection with the specified write option and return the handler withMongoClientDeleteResultresultMongoClient.rxInsertWithOptions(String collection, JsonObject document, WriteOption writeOption) Insert a document in the specified collection with the specified write optionMongoClient.rxRemoveDocumentsWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove matching documents from a collection with the specified write option and return the handler withMongoClientDeleteResultresultMongoClient.rxRemoveDocumentWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove a single matching document from a collection with the specified write option and return the handler withMongoClientDeleteResultresultMongoClient.rxSaveWithOptions(String collection, JsonObject document, WriteOption writeOption) Save a document in the specified collection with the specified write optionMongoClient.saveWithOptions(String collection, JsonObject document, WriteOption writeOption) Save a document in the specified collection with the specified write option