Package com.mongodb.client
Interface ListIndexesIterable<TResult>
- Type Parameters:
TResult
- The type of the result.
- All Superinterfaces:
Iterable<TResult>
,MongoIterable<TResult>
Iterable for ListIndexes.
- Since:
- 3.0
-
Method Summary
Modifier and TypeMethodDescriptionbatchSize
(int batchSize) Sets the number of documents to return per batch.Sets the maximum execution time on the server for this operation.Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
maxTime
Sets the maximum execution time on the server for this operation.- Parameters:
maxTime
- the max timetimeUnit
- the time unit, which may not be null- Returns:
- this
- MongoDB documentation
- Max Time
-
batchSize
Sets the number of documents to return per batch.- Specified by:
batchSize
in interfaceMongoIterable<TResult>
- Parameters:
batchSize
- the batch size- Returns:
- this
- MongoDB documentation
- Batch Size
-