Package | Description |
---|---|
com.mongodb.async.client |
This packages contains classes for the new async client
|
com.mongodb.client |
This package contains client interfaces
|
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 © 2016. All Rights Reserved.