Modifier and Type | Method and Description |
---|---|
io.vertx.core.Future<Void> |
MongoClient.createIndexes(String collection,
List<IndexModel> indexes)
Like
MongoClient.createIndexes(String, List, Handler) but returns a Future of the asynchronous result |
MongoClient |
MongoClient.createIndexes(String collection,
List<IndexModel> indexes,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler)
creates an indexes
|
Copyright © 2021 Eclipse. All rights reserved.