Uses of Class
io.vertx.ext.mongo.IndexModel
-
-
Uses of IndexModel in io.vertx.ext.mongo
Methods in io.vertx.ext.mongo that return IndexModel Modifier and Type Method Description IndexModelIndexModel. setKey(JsonObject key)Sets the index keyIndexModelIndexModel. setOptions(IndexOptions options)Sets the index optionsMethod parameters in io.vertx.ext.mongo with type arguments of type IndexModel Modifier and Type Method Description Future<Void>MongoClient. createIndexes(String collection, List<IndexModel> indexes)creates an indexes
-