Uses of Class
io.vertx.ext.mongo.IndexModel
Packages that use IndexModel
-
Uses of IndexModel in io.vertx.ext.mongo
Methods in io.vertx.ext.mongo that return IndexModelModifier and TypeMethodDescriptionIndexModel.setKey(JsonObject key) Sets the index keyIndexModel.setOptions(IndexOptions options) Sets the index optionsMethod parameters in io.vertx.ext.mongo with type arguments of type IndexModelModifier and TypeMethodDescriptionMongoClient.createIndexes(String collection, List<IndexModel> indexes) creates an indexes -
Uses of IndexModel in io.vertx.reactivex.ext.mongo
Method parameters in io.vertx.reactivex.ext.mongo with type arguments of type IndexModelModifier and TypeMethodDescriptionMongoClient.createIndexes(String collection, List<IndexModel> indexes) creates an indexesMongoClient.rxCreateIndexes(String collection, List<IndexModel> indexes) creates an indexes -
Uses of IndexModel in io.vertx.rxjava3.ext.mongo
Method parameters in io.vertx.rxjava3.ext.mongo with type arguments of type IndexModelModifier and TypeMethodDescriptionMongoClient.createIndexes(String collection, List<IndexModel> indexes) creates an indexesMongoClient.rxCreateIndexes(String collection, List<IndexModel> indexes) creates an indexes