TResult
- The type of the result.MongoIterable<TResult>
public interface ListIndexesIterable<TResult> extends MongoIterable<TResult>
Modifier and Type | Method | 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.
|
batchCursor, first, forEach, getBatchSize, into, map
ListIndexesIterable<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