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,
java.util.concurrent.TimeUnit timeUnit)
Sets the maximum execution time on the server for this operation.
|
ListIndexesIterable<TResult> maxTime(long maxTime, java.util.concurrent.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 sizeCopyright © 2010 - 2020 Adobe. All Rights Reserved