Package | Description |
---|---|
io.vertx.ext.mongo | |
io.vertx.reactivex.ext.mongo | |
io.vertx.rxjava.ext.mongo | |
io.vertx.rxjava3.ext.mongo |
Modifier and Type | Method and Description |
---|---|
IndexModel |
IndexModel.setKey(JsonObject key)
Sets the index key
|
IndexModel |
IndexModel.setOptions(IndexOptions options)
Sets the index options
|
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
|
Modifier and Type | Method and Description |
---|---|
MongoClient |
MongoClient.createIndexes(String collection,
List<IndexModel> indexes)
creates an indexes
|
MongoClient |
MongoClient.createIndexes(String collection,
List<IndexModel> indexes,
Handler<AsyncResult<Void>> resultHandler)
creates an indexes
|
Completable |
MongoClient.rxCreateIndexes(String collection,
List<IndexModel> indexes)
creates an indexes
|
Modifier and Type | Method and Description |
---|---|
MongoClient |
MongoClient.createIndexes(String collection,
List<IndexModel> indexes)
creates an indexes
|
MongoClient |
MongoClient.createIndexes(String collection,
List<IndexModel> indexes,
Handler<AsyncResult<Void>> resultHandler)
creates an indexes
|
Single<Void> |
MongoClient.rxCreateIndexes(String collection,
List<IndexModel> indexes)
creates an indexes
|
Modifier and Type | Method and Description |
---|---|
Completable |
MongoClient.createIndexes(String collection,
List<IndexModel> indexes)
creates an indexes
|
Completable |
MongoClient.rxCreateIndexes(String collection,
List<IndexModel> indexes)
creates an indexes
|
Copyright © 2024 Eclipse. All rights reserved.