T
- The type of the result.public interface ListIndexesIterable<T> extends MongoIterable<T>
Modifier and Type | Method and Description |
---|---|
ListIndexesIterable<T> |
batchSize(int batchSize)
Sets the number of documents to return per batch.
|
ListIndexesIterable<T> |
maxTime(long maxTime,
TimeUnit timeUnit)
Sets the maximum execution time on the server for this operation.
|
first, forEach, into, iterator, map
forEach, spliterator
ListIndexesIterable<T> maxTime(long maxTime, TimeUnit timeUnit)
maxTime
- the max timetimeUnit
- the time unit, which may not be nullListIndexesIterable<T> batchSize(int batchSize)
batchSize
in interface MongoIterable<T>
batchSize
- the batch size