| Modifier and Type | Method and Description |
|---|---|
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,
Handler<AsyncResult<Void>> resultHandler)
creates an indexes
|
Copyright © 2021 Eclipse. All rights reserved.