| Package | Description |
|---|---|
| com.mongodb.async.client |
This packages contains classes for the new async client
|
| com.mongodb.client |
This package contains classes for the new client api for MongoDatabase and MongoCollection
|
| Modifier and Type | Method and Description |
|---|---|
void |
MongoCollection.createIndexes(List<IndexModel> indexes,
SingleResultCallback<List<String>> callback)
Create multiple indexes.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
MongoCollection.createIndexes(List<IndexModel> indexes)
Create multiple indexes.
|
Copyright © 2017. All Rights Reserved.