Package | Description |
---|---|
com.mongodb.client |
Modifier and Type | Method and Description |
---|---|
ListIndexesIterable<TResult> |
ListIndexesIterable.batchSize(int batchSize)
Sets the number of documents to return per batch.
|
ListIndexesIterable<org.bson.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 © 2017. All rights reserved.