| Package | Description |
|---|---|
| com.mongodb.async.client |
This packages contains classes for the new async client
|
| Modifier and Type | Method and Description |
|---|---|
ListIndexesIterable<TResult> |
ListIndexesIterable.batchSize(int batchSize)
Sets the number of documents to return per batch.
|
ListIndexesIterable<Document> |
MongoCollection.listIndexes()
Get all the indexes in this collection.
|
<TResult> ListIndexesIterable<TResult> |
MongoCollection.listIndexes(Class<TResult> resultClass)
Get all the indexes in this collection.
|
ListIndexesIterable<TResult> |
ListIndexesIterable.maxTime(long maxTime,
TimeUnit timeUnit)
Sets the maximum execution time on the server for this operation.
|
Copyright © 2016. All Rights Reserved.