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